Forum: Python Oct 31st, 2008 |
| Replies: 7 Views: 581 Hey tyincali i tried yours(including code tage containings),too.
but again no answer.
hey don't you think my problem is from my python or maybe linux?
i have problem in packages,too. |
Forum: Python Oct 31st, 2008 |
| Replies: 7 Views: 581 In a terminal but if any of them is easier i will be happy to try
thanks |
Forum: Python Oct 31st, 2008 |
| Replies: 7 Views: 581 Hey i tried "\xb" but it printed a black circle with a white question mark in it
and i'm using the python that is installed in ubuntu by default(i forgot to say)
thanks |
Forum: Python Oct 30th, 2008 |
| Replies: 7 Views: 581 Hey thanks but in fact that wasn't what i wanted but very near
in fact i want to write a power for a number and as i know it must be superscript and no other choice.
again thanks! |
Forum: Python Oct 30th, 2008 |
| Replies: 7 Views: 581 Well my question is obvious.
I want to ask is it possible to write superscribe or subscribes in python ?
thanks! |
Forum: Python Oct 28th, 2008 |
| Replies: 3 Views: 448 Hi
Excuse me but i came again
Can someone learn me how to work with py2exe?
thanks |
Forum: Python Oct 18th, 2008 |
| Replies: 15 Views: 1,174 Hey excuse me but I came again
sudo apt-get install tcl8.4-dev tk8.4-dev autoconf
I tried it too but for both tcl8.4 and tk8.4(without -dev)it answered: |
Forum: Python Oct 14th, 2008 |
| Replies: 15 Views: 1,174 sudo apt-get install tcl tk
I did it but it answered no module named tcl found |
Forum: Python Oct 12th, 2008 |
| Replies: 15 Views: 1,174 hey i use the python that is installed in ubuntu by default |
Forum: Python Oct 12th, 2008 |
| Replies: 15 Views: 1,174 I heard it by when i import tkinter it says install tk package
it's strange for me too
thanks |
Forum: Python Oct 11th, 2008 |
| Replies: 15 Views: 1,174 I'm looking for tk
please tell how to install it
thanks again |
Forum: Python Oct 11th, 2008 |
| Replies: 15 Views: 1,174 Hi
please someone tell how to find and install packages?
thanks |
Forum: Python Oct 8th, 2008 |
| Replies: 2 Views: 626 Hey boys
I'm using python 2.5.2
when i try to import Tkinter it tells that it doesn't know it and suggests me to install the -tk pakage
if your answers include installing pakages please tell how... |
Forum: Python Sep 8th, 2008 |
| Replies: 2 Views: 392 I know pythons syntax
what now?
thanks |
Forum: Python Sep 7th, 2008 |
| Replies: 2 Views: 415 is it possible to make python executable files that can be run on any platform?(without python.like c++)
thanks |
Forum: Python Sep 7th, 2008 |
| Replies: 6 Views: 643 i found that numbers like 496 that the sum of theirs proper divisors except themselves will be them are not amicable pairs with the same members.in fact theu won't make pairs.they are perfect... |
Forum: Python Sep 6th, 2008 |
| Replies: 6 Views: 643 boy oh boy.:icon_lol:i'm really excited.:icon_lol:because i discovered something exciting.
the thing that i called it "problem" in the last post is not what i tought.
in fact i discovered that some... |
Forum: Python Sep 6th, 2008 |
| Replies: 6 Views: 643 as i told you i found the code
here it is:# Definition of the function
def amicable_numbers(x,y):
# Sum all values i in [1,x) where i divides x
sum_x = sum(i for i in xrange(1, x)... |
Forum: Python Sep 6th, 2008 |
| Replies: 6 Views: 643 thanks jlm and woo
in fact in the main program i wrote p instead of p1(to the jlm)
have heard about amicble number?
i worte this program to find them.
as you guess they are pair of nubers that... |
Forum: Python Sep 5th, 2008 |
| Replies: 6 Views: 643 Hi guys and gals
I wrote someting like this:
s1=s2=0
p=[]
for x in range(200,250,1):
for d in range(2,x): |