From: Matt M. <mat...@ya...> - 2007-01-05 08:42:16
|
I as hoping to get an update on standaloneBuilder. Phil Edwards posted a note back in 11/06 about an update, and the linux2000 website mentions a version 0.3.0 that dispenses with the need for McMillan (yea!), but I can't seem to find 0.3.0 for download. Is it available somewhere? I'm trying to use 0.2.0, and I getting a bunch of deprecation messages and errors regarding wxPython (I'd post them, but I can't cut/paste from a DOS terminal *grr*). Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Sean K. F. <skf...@gm...> - 2007-01-05 15:24:40
|
Matt, With respect to copy/paste in a CMD prompt... You should be able to simply click on the icon within the header bar and select "Edit -> Mark". Use your mouse to highlight what you wish to copy, and hit your "Enter" key. Alternatively, you could simply retype the main warnings/errors you're getting at the end of the traceback, which might signal some clues to those that may be able to assist you. The warnings may not even be occurring within standaloneBuilder itself. Sorry, I cannot comment on a new version of standaloneBuilder, 'cause I have no idea what Phil's plans are. I've recently sent him an email about some issues I was running into while attempting to setup my PythonCard/standaloneBuilder environment in Windows Vista Business. I ran into a few glitches, but they were rather trivial to iron out - So FYI - This all appears to work well in Vista so far. I've not had any issues setting up any of this on Windows XP in the past. What platform are you on? You might want to share some specifics about your environment. Either way, the deprecation warnings should do nothing to hinder your ability to create distributions of your PythonCard applications. Are you unable to successfully use the tool as it stands now? -Sean On 1/5/07, Matt Minton <mat...@ya...> wrote: > > I as hoping to get an update on standaloneBuilder. > Phil Edwards posted a note back in 11/06 about an > update, and the linux2000 website mentions a version > 0.3.0 that dispenses with the need for McMillan > (yea!), but I can't seem to find 0.3.0 for download. > Is it available somewhere? I'm trying to use 0.2.0, > and I getting a bunch of deprecation messages and > errors regarding wxPython (I'd post them, but I can't > cut/paste from a DOS terminal *grr*). Thanks! > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > -- Thanks! Sean |
From: Phil E. <ph...@li...> - 2007-01-05 16:27:24
|
> On 1/5/07, Matt Minton <mat...@ya...> wrote: > > I as hoping to get an update on standaloneBuilder. > > Phil Edwards posted a note back in 11/06 about an > > update, and the linux2000 website mentions a version > > 0.3.0 that dispenses with the need for McMillan > > (yea!), but I can't seem to find 0.3.0 for download. > > Is it available somewhere? I'm trying to use 0.2.0, > > and I getting a bunch of deprecation messages and > > errors regarding wxPython (I'd post them, but I can't > > cut/paste from a DOS terminal *grr*). Thanks! > > Hi Matt: The current release version of standaloneBuilder doesn't use McMillan anyway - I switched over to using pyInstaller and added in support for py2exe prior to releasing version 0.2.0. For best results, make sure you have at least version 1.2 of pyInstaller, or switch to using py2exe instead - the actual build mechanism being used doesn't make any difference to standaloneBuilder, it takes care of all that behind the scenes for you. Regarding the deprecation errors, if you can let me know what versions of PythonCard, wxPython, Python and Windows you're using we can probably get to the bottom of it. Seans tips about copy 'n paste from a DOS prompt should help if you'd like to post the error messages here. Version 0.3.0 is still being kicked into shape, the changelog at the moment looks like this: standaloneBuilder Version 0.3.0 release date TBA - Help --> Manual now displays the documentation - Inno setup and spec file buttons on the main window now simply display the files, rather than trying to launch a full blown editor just to view them - Toolbar spec file button is disabled when py2exe is selected as the build tool - Projects can now be created outside of the main directory specified in preferences - changed the 'about' dialog to use a tabbed notebook to display the pages instead of an HTMLWindow component - Added code to enable/disable the save button depending upon whether the project needs to be saved or not - added the ability to have different project paths on Windows and Linux to allow projects to be stored on a shared network resource for cross-platform testing - edit main script button was crashing the program if the main script text field was blank - Fixed problem with toolbar icon transparency under Windows - Added several new pixmap files to the project file for the new toolbar buttons - Moved a number of UI buttons up to the main toolbar for consistency - outputwindow was enabling the clipboard button after a successful rebuild - Path selection and help buttons were not working for the plain text editor fields in prefs The screenshots on my site at the moment show the revised UI layout which is the most obvious difference between 0.2.0 and 0.3.0. I have 3 or 4 minor bugs to squash before 0.3.0 will be ready to go, I just need to try and find some free time to work on the code a bit more. :-) -- Regards Phil Edwards Brighton, UK |
From: Matt M. <mat...@ya...> - 2007-01-05 20:17:42
|
Sorry for the lack of information. I'm running XP with Python 2.4, PyInstaller 1.3, py2exe 0.6.6, and PythonCard 0.8.2. Here's what I get when I run standaloneBuilder.rsrc.py in the Resource Editor: C:\Python24\Lib\site-packages\PythonCard\tools\standaloneBuilder\standaloneBuild er.py:40: DeprecationWarning: The wxPython compatibility package is no longer au tomatically generated or activly maintained. Please switch to the wx package as soon as possible. from wxPython.html import wxHtmlEasyPrinting Traceback (most recent call last): File "C:\Python24\Lib\site-packages\PythonCard\tools\standaloneBuilder\standal oneBuilder.py", line 40, in ? from wxPython.html import wxHtmlEasyPrinting File "C:\Python24\lib\site-packages\wx-2.7.2-msw-ansi\wxPython\html.py", line 151, in ? wxHtmlWindowEvent = wx.html.HtmlWindowEvent AttributeError: 'module' object has no attribute 'HtmlWindowEvent' >>> Is there something up with my wxPython package? I had assumed I DLed the latest version (It wasn't that long ago). Thanks for your help! - Matt __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Sean K. F. <skf...@gm...> - 2007-01-05 20:24:26
|
Hey, that's what I was getting on Vista. It's probably just an issue with the latest wxPython and not anything relating to Vista after all. You can comment line 40 out safely and you won't receive that warning/error any longer. That module does not appear to be used any longer in the standaloneBuilder that you're using, nor will it be present in the next release that Phil's baking up, based on feedback I've received from Phil this morning. (Thanks Phil!) -Sean On 1/5/07, Matt Minton <mat...@ya...> wrote: > > Sorry for the lack of information. I'm running XP with > Python 2.4, PyInstaller 1.3, py2exe 0.6.6, and > PythonCard 0.8.2. Here's what I get when I run > standaloneBuilder.rsrc.py in the Resource Editor: > > > C:\Python24\Lib\site-packages\PythonCard\tools\standaloneBuilder\standaloneBuild > er.py:40: DeprecationWarning: The wxPython > compatibility package is no longer au > tomatically generated or activly maintained. Please > switch to the wx package as > soon as possible. > from wxPython.html import wxHtmlEasyPrinting > Traceback (most recent call last): > File > "C:\Python24\Lib\site-packages\PythonCard\tools\standaloneBuilder\standal > oneBuilder.py", line 40, in ? > from wxPython.html import wxHtmlEasyPrinting > File > "C:\Python24\lib\site-packages\wx-2.7.2-msw-ansi\wxPython\html.py", > line > 151, in ? > wxHtmlWindowEvent = wx.html.HtmlWindowEvent > AttributeError: 'module' object has no attribute > 'HtmlWindowEvent' > >>> > > Is there something up with my wxPython package? I had > assumed I DLed the latest version (It wasn't that long > ago). Thanks for your help! > > - Matt > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > -- Thanks! Sean |
From: Phil E. <ph...@li...> - 2007-01-11 01:22:47
|
I've just uploaded version 0.3.0 of standaloneBuilder to my web site for anyone who wants to try it out: http://www.linux2000.com/pm.html Full changelog looks like this: standaloneBuilder Version 0.3.0 release date January 11 2007 - tarball build on Linux now uses the outputwindow to show the progress of the build - fixed bug in py2exe build process which created a pixmaps directory even if none was listed in the project - setup.py script now gets re-written to the project directory prior to each rebuild, this gets round the case where someone decides to delete it - Help --> Manual now displays the documentation - Inno setup and spec file buttons on the main window now simply display the files, rather than trying to launch a full blown editor just to view them - Toolbar spec file button is disabled when py2exe is selected as the build tool - Projects can now be created outside of the main directory specified in preferences - changed the 'about' dialog to use a tabbed notebook to display the pages instead of an HTMLWindow component - Added code to enable/disable the save button depending upon whether the project needs to be saved or not - added the ability to have different project paths on Windows and Linux to allow projects to be stored on a shared network resource for cross-platform testing - edit main script button was crashing the program if the main script text field was blank - Fixed problem with toolbar icon transparency under Windows - Added several new pixmap files to the project file for the new toolbar buttons - Moved a number of UI buttons up to the main toolbar for consistency - outputwindow was enabling the clipboard button after a successful rebuild For now, I'd recommend putting this version in it's own directory and running it from there, i.e. Don't overwrite the version that is included in the standard install of PythonCard-0.8.2. I'll get this version checked into CVS at some point tomorrow.# As usual, feedback welcome either to this list or direct to me by e-mail. Enjoy! -- Regards Phil Edwards Brighton, UK |