Hiding
Thorsten Kampe
thorsten at thorstenkampe.de
Sat Jul 30 07:21:37 EDT 2005
More information about the Python-list mailing list
Sat Jul 30 07:21:37 EDT 2005
- Previous message (by thread): Hiding
- Next message (by thread): Hiding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* Jay (2005-07-30 08:51 +0100) > but also, wat if i needed to hide the loading of a file As others have pointed out: your question is pointless as opening a file doesn't load it or open it in your preferred application. You are confusing Operating System semantics with Python semantics. You're probably only asking this question because you've never actually tried it. The solution for your problem is to read a beginner's tutorial about Python. > or the even hide the whole python window to run in background?? is > there no module or function i can use???? On windows: use pythonw.exe instead of python.exe.
- Previous message (by thread): Hiding
- Next message (by thread): Hiding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list