| | |
starting Python
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
Which IDE are you using now?
Which operating system do you have?
To create a subdirectory/subfolder you can use the "Save File As" dialog box of your IDE. There is a small icon in the top row you can click to create a new folder.
Oops now I know what you mean. The old fashioned IDLE does not start up with this default folder. I use DrPython a lot and that IDE lets you set the default folder and many other things. You can download it from:
http://sourceforge.net/projects/drpython/
DrPython has one quirk, it doesn't like foreign characters in its code window. It displays them but does not save then, giving you an error instead!
An IDE without this quirk is PythonWin from:
http://starship.python.net/crew/mhammond/win32/
Which operating system do you have?
To create a subdirectory/subfolder you can use the "Save File As" dialog box of your IDE. There is a small icon in the top row you can click to create a new folder.
Oops now I know what you mean. The old fashioned IDLE does not start up with this default folder. I use DrPython a lot and that IDE lets you set the default folder and many other things. You can download it from:
http://sourceforge.net/projects/drpython/
DrPython has one quirk, it doesn't like foreign characters in its code window. It displays them but does not save then, giving you an error instead!
An IDE without this quirk is PythonWin from:
http://starship.python.net/crew/mhammond/win32/
May 'the Google' be with you!
•
•
Join Date: Aug 2005
Posts: 148
Reputation:
Solved Threads: 6
Well, I have Python 2.4 and Windows XP.
I used that IDLE (Python GUI) through shortcut in Start Menu.
I'll check your links, thanks.
My native english is not english and I use characters like Ä?ćžđš and similar, but I never name variables with these character. Do you mean by that "quirk" that IDE does not like variable name Ä?varak? I never use my language characters when programming.
Is there and Python IDE similar to MSVC++ .net or Bloodshed Dev-Cpp since I have a lot experiance with it?
I think I'll try Drpython since you use it...
Thank you
P.S. So far I really enjoy reading the tutorial.
I used that IDLE (Python GUI) through shortcut in Start Menu.
I'll check your links, thanks.
My native english is not english and I use characters like Ä?ćžđš and similar, but I never name variables with these character. Do you mean by that "quirk" that IDE does not like variable name Ä?varak? I never use my language characters when programming.
Is there and Python IDE similar to MSVC++ .net or Bloodshed Dev-Cpp since I have a lot experiance with it?
I think I'll try Drpython since you use it...
Thank you
P.S. So far I really enjoy reading the tutorial.
Using something like
Ä?varak = 7
or even
print "Ä?varak"
in DrPython would give you an Encoding Error and wouldn't even save the code file!
PythonWin simply removes the symbol and converts it to the letter c. It does however take spanish and german symbols. I guess your Ä? exceeds the extended ASCII characters and gets you into unicode.
Bummer indeed, going international stops right there!
Ä?varak = 7
or even
print "Ä?varak"
in DrPython would give you an Encoding Error and wouldn't even save the code file!
PythonWin simply removes the symbol and converts it to the letter c. It does however take spanish and german symbols. I guess your Ä? exceeds the extended ASCII characters and gets you into unicode.
Bummer indeed, going international stops right there!
May 'the Google' be with you!
•
•
Join Date: Aug 2005
Posts: 148
Reputation:
Solved Threads: 6
•
•
•
•
Originally Posted by vegaseat
Using something like
Ä?varak = 7
or even
print "Ä?varak"
in DrPython would give you an Encoding Error and wouldn't even save the code file!
PythonWin simply removes the symbol and converts it to the letter c. It does however take spanish and german symbols. I guess your Ä? exceeds the extended ASCII characters and gets you into unicode.
Bummer indeed, going international stops right there!
Do you have the wxPython GUI library installed?
If not, you need it and can get from:
http://wiki.wxpython.org/
or
http://prdownloads.sourceforge.net/wxpython/
Download wxPython2.5-win32-unicode-2.5.4.1-py24.exe (or in the US use the ansi version).
Maybe DrPython will work with foreign characters on your computer, it doesn't on the standard US MicroSoft machine.
If not, you need it and can get from:
http://wiki.wxpython.org/
or
http://prdownloads.sourceforge.net/wxpython/
Download wxPython2.5-win32-unicode-2.5.4.1-py24.exe (or in the US use the ansi version).
Maybe DrPython will work with foreign characters on your computer, it doesn't on the standard US MicroSoft machine.
May 'the Google' be with you!
![]() |
Similar Threads
- Starting Python (Python)
- Clear the console screen (Python)
- Re: Starting Python (Python)
Other Threads in the Python Forum
- Previous Thread: A Simple Look at Bitwise Operations (Python)
- Next Thread: Zip and Unzip Data (Python)
Views: 3214 | Replies: 5
| Thread Tools | Search this Thread |
Tag cloud for Python
abrupt apache application argv beginner binary book calculator change cipher code command compile dictionaries dictionary drive dynamic event examples excel file float format ftp function google gui homework import inches input java keyboard launcher line linux list lists loop maze microphone mouse movingimageswithpygame newb number numbers obexftp output parsing path permissions phonebook plugin port prime program programming projects py2exe pygame pyqt python random recursion recursive refresh remote scrolledtext search session signal simple ssh string strings strip table terminal text thread threading time tkinter tlapse trick tuple tutorial ubuntu unicode unit urllib urllib2 valueerror variable verify vigenere windows wordgame wxpython xlwt






