From: Kenneth P. <pro...@de...> - 2004-12-20 04:39:18
|
I just wanted to let people know that I've finally been able to put together a Debian package for 0.8.x. This obviously got held off a long time, and I apologize for that. First, there was no suitable 2.5.x wxWidgets package in Debian. Then, even though 2.5.3.2 became available in mid-November, I didn't realize it was there until today. Anyway, the new package has roughly the same form as the old 0.7.3.1 package did. The main difference is that you'll have to add a special wx-2.5.3-gtk2-unicode directory to your $PYTHONPATH to resolve wxPython properly. I don't like this, but I don't seem to have an alternative right now. See README.Debian for details. Most everything seems to work, at least from what I've been able to test. A few of the samples (worldclock and moderator, in particular) didn't seem to behave quite properly, but I haven't quantified the problems as of yet. As always, please file bug reports using Debian's 'reportbug' tool, and feel free to write me with questions. I'll be out-of-town most of the next two weeks, but I will be able to check my email every few days or so. Thanks, KEN --=20 Kenneth J. Pronovici <pro...@de...> |
From: Andy T. <an...@ha...> - 2004-12-20 20:30:58
|
Kenneth Pronovici wrote: > I just wanted to let people know that I've finally been able to put > together a Debian package for 0.8.x. This obviously got held off a long > time, and I apologize for that. First, there was no suitable 2.5.x > wxWidgets package in Debian. Then, even though 2.5.3.2 became available > in mid-November, I didn't realize it was there until today. > > Anyway, the new package has roughly the same form as the old 0.7.3.1 > package did. The main difference is that you'll have to add a special > wx-2.5.3-gtk2-unicode directory to your $PYTHONPATH to resolve wxPython > properly. I don't like this, but I don't seem to have an alternative > right now. See README.Debian for details. > > Most everything seems to work, at least from what I've been able to > test. A few of the samples (worldclock and moderator, in particular) > didn't seem to behave quite properly, but I haven't quantified the > problems as of yet. > > As always, please file bug reports using Debian's 'reportbug' tool, and > feel free to write me with questions. I'll be out-of-town most of the > next two weeks, but I will be able to check my email every few days or > so. > > Thanks, > > KEN > Ken, Thanks for that. As soon as everything I own clears customs (we've just moved from the UK to Australia) and gets delivered to my new house I'll fire up my Debian box and check it out. Of course after three months or so off the 'net I'm imagining that the apt-get upgrade may take a little while first ;-) Regards, Andy -- ----------------------------------------------------------------------- From the desk of Andrew J Todd esq. "So I curtailed my Walpoling activities, sallied forth and infiltrated your place of purveyance to negotiate the vending of some cheesy comestibles." - Monty Python. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 17/12/04 |
From: Phil E. <ph...@li...> - 2004-12-21 09:53:26
|
> Kenneth Pronovici wrote: > > I just wanted to let people know that I've finally been able to put > > together a Debian package for 0.8.x. This obviously got held off a long Gulp! I'd better extract the digit and see about getting the Mandrake RPMs updated, then.... -- Regards Phil Edwards Brighton, UK |
From: Kenneth P. <pro...@sk...> - 2004-12-21 18:04:19
|
On Tue, Dec 21, 2004 at 09:53:08AM +0000, Phil Edwards wrote: > > Kenneth Pronovici wrote: > > > I just wanted to let people know that I've finally been able to put > > > together a Debian package for 0.8.x. This obviously got held off a long > > Gulp! I'd better extract the digit and see about getting the Mandrake RPMs > updated, then.... Heh. I hadn't realized anyone was slower than me. :-) KEN |
From: John <joh...@jo...> - 2004-12-21 18:31:47
|
All I'm seeing is .7.3.1 even in unstable. Am I missing something? Thanks, -john On Sun, 19 Dec 2004, Kenneth Pronovici wrote: > I just wanted to let people know that I've finally been able to put > together a Debian package for 0.8.x. This obviously got held off a long > time, and I apologize for that. First, there was no suitable 2.5.x > wxWidgets package in Debian. Then, even though 2.5.3.2 became available > in mid-November, I didn't realize it was there until today. > > Anyway, the new package has roughly the same form as the old 0.7.3.1 > package did. The main difference is that you'll have to add a special > wx-2.5.3-gtk2-unicode directory to your $PYTHONPATH to resolve wxPython > properly. I don't like this, but I don't seem to have an alternative > right now. See README.Debian for details. > > Most everything seems to work, at least from what I've been able to > test. A few of the samples (worldclock and moderator, in particular) > didn't seem to behave quite properly, but I haven't quantified the > problems as of yet. > > As always, please file bug reports using Debian's 'reportbug' tool, and > feel free to write me with questions. I'll be out-of-town most of the > next two weeks, but I will be able to check my email every few days or > so. > > Thanks, > > KEN > > -- > Kenneth J. Pronovici <pro...@de...> > -john --------------------------------------------------------- Holding on to anger is like grasping a hot coal with the intent of throwing it at someone else; you are the one who gets burned. Buddha (563 BC - 483 BC) |
From: Kenneth P. <pro...@sk...> - 2004-12-28 17:07:52
|
On Tue, Dec 21, 2004 at 01:31:40PM -0500, John wrote: > All I'm seeing is .7.3.1 even in unstable. Am I missing something? > Thanks, > -john It always takes a few days for things to propogate out to the various mirrors after I upload. As of today, I see the correct version in unstable: http://packages.debian.org/pythoncard Let me know if you still have problems. KEN |
From: John <joh...@jo...> - 2004-12-30 13:53:40
|
I'm getting a dependency on wxPython2.4 that I should not be seeing. If I install 2.4 I get that I am not using 2.5.3 which is also installed. ~$ codeEditor Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/PythonCard/tools/codeEditor/codeEditor.py", line 12, in ? from PythonCard import about, configuration, dialog, log, menu, model, resource, util File "/usr/lib/python2.3/site-packages/PythonCard/about.py", line 8, in ? import wx File "/usr/lib/python2.3/site-packages/wx/__init__.py", line 45, in ? from wxPython import wx File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 20, in ? import wxc ImportError: libwx_gtk-2.4.so.0: cannot open shared object file: No such file or directory On Tue, 28 Dec 2004, Kenneth Pronovici wrote: > On Tue, Dec 21, 2004 at 01:31:40PM -0500, John wrote: > > All I'm seeing is .7.3.1 even in unstable. Am I missing something? > > Thanks, > > -john > > It always takes a few days for things to propogate out to the various > mirrors after I upload. As of today, I see the correct version in > unstable: > > http://packages.debian.org/pythoncard > > Let me know if you still have problems. > > KEN > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > -john --------------------------------------------------------- All paid jobs absorb and degrade the mind. --Aristotle |
From: Kenneth P. <pro...@sk...> - 2004-12-30 17:43:22
|
> I'm getting a dependency on wxPython2.4 that I should not be seeing. If I > install 2.4 I get that I am not using 2.5.3 which is also installed. Did you read README.Debian or NEWS? You have to set $PYTHONPATH to get the correct version of wxPython. I also mentioned this in my original note to the list. I wish there was another way, but there isn't, because the 2.5.3 version of wxPython is installed in a non-standard location. KEN -- Kenneth J. Pronovici <pro...@ie...> Personal Homepage: http://www.skyjammer.com/~pronovic/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759 |
From: John <joh...@jo...> - 2005-01-05 18:29:51
|
On Thu, 30 Dec 2004, Kenneth Pronovici wrote: > > I'm getting a dependency on wxPython2.4 that I should not be seeing. If I > > install 2.4 I get that I am not using 2.5.3 which is also installed. > > Did you read README.Debian or NEWS? You have to set $PYTHONPATH to get > the correct version of wxPython. I also mentioned this in my original > note to the list. I wish there was another way, but there isn't, > because the 2.5.3 version of wxPython is installed in a non-standard > location. > > KEN > > -- > Kenneth J. Pronovici <pro...@ie...> > Personal Homepage: http://www.skyjammer.com/~pronovic/ > "They that can give up essential liberty to obtain a little > temporary safety deserve neither liberty nor safety." > - Benjamin Franklin, Historical Review of Pennsylvania, 1759 Oops. No I didn't and should have. Thanks. Things seem to be working now. -john --------------------------------------------------------- I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain. Frank Herbert, Bene Gesserit Litany Against Fear, "Dune" |
From: Kenneth P. <pro...@sk...> - 2005-01-05 18:46:56
|
On Wed, Jan 05, 2005 at 01:29:34PM -0500, John wrote: > On Thu, 30 Dec 2004, Kenneth Pronovici wrote: > > > > I'm getting a dependency on wxPython2.4 that I should not be seeing. If I > > > install 2.4 I get that I am not using 2.5.3 which is also installed. > > > > Did you read README.Debian or NEWS? You have to set $PYTHONPATH to get > > the correct version of wxPython. I also mentioned this in my original > > note to the list. I wish there was another way, but there isn't, > > because the 2.5.3 version of wxPython is installed in a non-standard > > location. > > > Oops. No I didn't and should have. Thanks. Things seem to be working now. Ok, good. I'm glad to hear that. Now that it's generally working, let me know if you see anything else strange. Thanks, KEN |