Forum: Python Aug 10th, 2009 |
| Replies: 32 Views: 10,131 Hmm, if you're still interested in doing it the object-oriented way, I've been working on a Python framework for text adventures for some time now, and it's coming into more active development.
... |
Forum: Python Apr 18th, 2008 |
| Replies: 3 Views: 3,087 I want to have the py2exe libraries on Linux so I can make exe files to use on Windows (I don't have Windows, but I'm making a program which I want to be available for Windows).
I'd really rather... |
Forum: Python Apr 18th, 2008 |
| Replies: 4 Views: 1,219 Um, I'm not exactly sure why, but my original code now displays things correctly. I installed a few seemingly unrelated things, but I didn't think that would have made the difference (i.e. the... |
Forum: Python Apr 17th, 2008 |
| Replies: 2 Views: 1,294 Oh yes, I forgot to mention I was using the Gutsy Gibbon release of Xubuntu. I hadn't realized there was a new version, yet. I don't know which versions of WxPython the new one offers in the... |
Forum: Python Apr 17th, 2008 |
| Replies: 2 Views: 1,294 I found the solution:
Upgrade to the current version of WxPython. Here's a link that tells how to do this pretty easily in Ubuntu (the latest isn't on the apt-get package list by default):... |
Forum: Python Apr 17th, 2008 |
| Replies: 4 Views: 1,219 Cool. I've installed it. Now, how do I use it to get this specific effect?
Thanks! |
Forum: Python Apr 17th, 2008 |
| Replies: 2 Views: 1,294 I'm using Xubuntu, and I've found that I can't change text control foreground colors in WxPython, on this Linux. They change fine in Windows. They won't change in Xubuntu—it doesn't matter if I use... |
Forum: Python Apr 17th, 2008 |
| Replies: 1 Views: 938 I think you have to use one of the styles (similar to, or maybe in addition to, the one used to make it multiline in the first place: TE_MULTILINE, I think it was).
I'm curious as to how to make... |
Forum: Python Apr 17th, 2008 |
| Replies: 4 Views: 1,219 I've found that althought my fonts are fine everywhere else, they're blocky when I Tkinter. I have an LCD screen, and I'm using Xubuntu with Gnome. They work fine in WxPython.
It seems like... |