Tagged Questions

2
votes
2answers
74 views

Using Python 3.1 with TextMate

TextMate seems to use the built-in Python version I assume (sys.path doesn't work). How do you configure it to use 3.1 instead? I've already installed the 3.1 package and I can use …
-2
votes
2answers
176 views

Strange and dangerous? Python behaviour [closed]

Possible Duplicates: least astonishment in python: the mutable default argument Why are default arguments evaluated at definition time in Python? I'm programming in Pyth …
1
vote
3answers
68 views

bytes vs bytearray in Python 2.6 and 3

I'm experimenting with bytes vs bytearray in Python 2.6. I don't understand the reason for some differences. A bytes iterator returns strings: for i in bytes(b"hi"): print(ty …
4
votes
2answers
191 views

Python: data vs. text?

Guido van Rossum's presentation about Python 3000 mentions several things to make a transition from Python 2 to Python 3 easier eventually. He is specifically talking about text ha …
1
vote
1answer
12 views

Building executables for Python 3 and PyQt

Hi all. I built a rather simple application in Python 3.1 using PyQt4. Being done, I want the application to be distributed to computers without either of those installed. I almo …
2
votes
7answers
278 views

What’s going on with python 3k ? [closed]

Since I'm not strictly python developer please don't flame me just for the question. I'm wondering about Python 3k, that from my point of view, might be some kind of misconception …
0
votes
0answers
30 views

Creating a PyBuffer from a C struct

EDIT: Upon re-reading my original question I realized very quickly that it was very poorly worded, ambiguous, and too confusing to ever get a decent answer. That's what I get for r …
5
votes
3answers
184 views

Designing the storage for a very large game world.

I'm starting up game programming again. 10 years ago I was making games in qbasic and I havn't done any game programming since, so I am quite rusty. I have been programming all the …
2
votes
1answer
47 views

Uploading to the cheeseshop different versions of a package for different versions of Python

I have an open-source Python project (called GarlicSim), and I maintain 4 different versions of it for Python versions 2.4, 2.5, 2.6 and 3.1. Yes, maybe it's unusual, but I like us …
3
votes
1answer
45 views

Tool like 2to3, except for merges

I maintain a fork of my project for Python 3.1. When I initially made the port from 2.6, I used 2to3, but now I constantly have to merge new code from the 2.6 fork into the 3.1 for …
1
vote
2answers
46 views

Swampy.1.1 with Python 3

I am reading the book Think Python by Allen Downey. For chapter 4, one has to use a suite of modules called Swampy. I have downloaded and installed it. The problem is that the mod …
4
votes
4answers
111 views

Types that define `__eq__` are unhashable in Python 3.x?

I had a strange bug when porting a feature to the Python 3.1 fork of my program. I narrowed it down to the following hypothesis: In contrast to Python 2.x, in Python 3.x if an obj …
7
votes
6answers
339 views

Python 3.X ready… when?

When will be Python 3.x ready for serious production? I'm thinking mainly in web apps. I have been programming with the 3.x using only the "batteries included" and all works just f …
0
votes
5answers
174 views

A python compute cluster!

Would it be possible to make a python cluster, by writing a telnet server, then telnet-ing the commands and output back-and-forth? Has anyone got a better idea for a python compute …
0
votes
1answer
95 views

Python 3 and PyQt 4 reccomendations

Is the combination of Python 3 and PyQt 4 recommeded are there any alternatives?

1 2 3 4 5 11 next
15 30 50 per page