Re: [Boa Constr] SyntaxError: unexpected EOF while parsing
Status: Beta
Brought to you by:
riaan
From: Bell J. <jbe...@ya...> - 2002-03-22 03:09:00
|
--- Bill Barnes <bi...@kg...> wrote: > > Can it be because I was running python 2.2? > > Would check this, but really lost now. Just > installed Mandrake 8.2, which > installs python 2.2. Now I can't install wxPython > or wxGTK (or Glade) > because of a string of dependencies. Disgusted. Bill, Some suggestions: (1) I don't have a copy of Mandrake 8.2, so I don't know what the dependancy problems are, but: (a) If you have python2.2 and are running the 0.1.1 CVS version (which is what I take your previous comment on "the new version" to mean) then you have a good combination. Even to 0.1.0 release looks OK with Python2.2 until you get well into it. (b) Since Mandrake is an RPM based system it's trivial to upgrade around your dependancy problems. Just download the required RPM's from Mandrake if available, or if not look on the contrib directory of the RedHat site for a suitable RPM. In the latter case it would probably be best to download the source RPM and do an rpm --rebuild on it first. Not having used Mandrake in years, I'm not sure if there are directory architecture differences between them that will require patching, but I doubt it as in the past they used to follow RedHat's lead in this area. (c) If you're thinking of changing Linux versions and are concerned about dependancy issues etc., may I suggest you go for the RedHat variant. I certainly don't want to start a discussion on the relative merits of the different distributeions, but with RedHat being by a long margin the market leader you will generally find that most software is ready to run on this platform first. (2) Whilst I like Glade/PyGlade myself from an aesthetic point of view (an addiction to *IX minimalist solutions), I'd be disinclined to develop anything serious in it when there are products like Boa available. You just don't get anything like the functionality or productivity available with the more advanced products. As to the Win98 option, I guess that it's a matter of what your goals are. (3) Did you try out my previous suggestion re the <CR><LF> issue. I can't remember for sure if this is the solution as it's ages since I ran into this issue. If you've tried it with no luck, I'm happy to look further into it. If you need more detailed info just let me know. Regards, John Bell > > Will either get Debian and run Glade 0.6.4 or Boa on > (gasp) Win98. Messed > around with MDK long enough. Must get into > production. > > Thanks much for taking a look at this. I seem to > recall, also, a glitch on > the Win98 excercise and will report that. > > -Bill > > > > On Thursday 21 March 2002 08:51 pm, you wrote: > > On Thursday, 21. March 2002 20:38, Terrel Shumway > wrote: > > > On Wed, 2002-03-20 at 20:34, Bell John wrote: > > > > Terrel, > > > > > > > > This is just the old Microsoft line > termination > > > > artifact. Hence you should run dos2unix > against all > > > > files in Boa other than the image files and > .zexp > > > > files. > > > > > > Shouldn't we fix the parser to handle the common > line-endings? > > > > > > Otherwise, this will continue to be a problem > for people who use boa on > > > a shared networked filesystem. I assume that > there will be many who use > > > boa *because* it is cross-platform. > > > > Not sure about this one. > > > > Well, I'm using Boa under wxGTK 2.3.2.1 in a > diskless environment, > > and, besides of using python Boa.py|Help.py, no > problems here in this > > domain. I'm using Python 2.1 and autoReindent = > true. > > > > > My suggestion (unit tests and code will follow): > > > a) create a wrapper for wxConfig that will > handle '\r|\r\n|\n' as a > > > line ending (short-term solution, until b is > done) > > > or > > > b) patch the wxWindows code that parses the > config file. > > > > Cheers, > > Hans-Peter > > > > _______________________________________________ > > Boa-constructor-users mailing list > > Boa...@li... > > > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |