python-2.6
Installation error in with byteflow-0.7
I am installing byteflow-0.7 on python 2.6.5 with django 1.3 on windows7(64-bits). Database used is MySQL 5.0.51b on wamp 2.0 server. I installed all the prerequisites well and have run the syncdb com[详细]
2023-03-24 15:40 分类:问答Why does Idle keep crashing? (Mac)
I just installed python 2.6 on Mac OS X (Snow Leopard) and when I start IDLE it keeps开发者_运维知识库 quitting![详细]
2023-03-21 21:47 分类:问答Python threads with urllib
I use python to request a web service with many requests in the same time. To do so I create threads and use urllib 开发者_如何学Go(first version, I use python 2.6).[详细]
2023-03-21 03:10 分类:问答Running a python package [duplicate]
This question already has answers here: Execute an installed Python package as a script? (4 answers) Closed 7 years ago.[详细]
2023-03-19 04:13 分类:问答Django installation - trouble with creating a mysite directory
I have installed django on windows but I am having trouble with the step where you are supposed to create a new project directory and then run django-admin.py startproject mysite.When I do this, I get[详细]
2023-03-19 00:16 分类:问答How do you display greek characters on a PyQt4 GUI?
I am开发者_Go百科 a bit of a noob, so forgive me if this is a simple question. I am writing a program to perform scientific simulations, some of the parameters for which are measured in micrometres.[详细]
2023-03-17 06:19 分类:问答How to install pyobjc on activepython 2.6 for snow leopard?
I need json, pyobjc and ideally psyco as well. I got all but pyobjc working on active python 2.6. How do I successfully install pyobj开发者_开发技巧c properly?[详细]
2023-03-16 10:10 分类:问答PyGtk: change image after window's main() method?
I\'m using a gtk.Image widget to display a picture in a gtk w开发者_如何学Cindow. I can set the image to be displayed before I call window.main(), but after I\'ve done that the image won\'t change any[详细]
2023-03-15 03:55 分类:问答Python import-site error with multiple versions
I\'m using a shared machine. I\'m trying to install Python 2.6 for a project that is using Pysco (unsupported on 2.7), and there is an existing install of 2.7 on the machine that I cannot remove witho[详细]
2023-03-15 01:08 分类:问答Windows progress bar in python's Tkinter
Is there any way in python\'s Tkinter, bwidget or anything similar to show a Windwos\' default progress bar?[详细]
2023-03-14 01:48 分类:问答