Re: [SE|PY-macdev] install Q
Brought to you by:
sephiroth_tmm
|
From: valley <va...@ic...> - 2004-09-13 16:28:35
|
yes, take the latter one. valley ----- Original Message ----- From: "Sam Robbins" <sam...@xp...> To: <sep...@li...> Sent: Monday, September 13, 2004 5:12 PM Subject: [SE|PY-macdev] install Q Hey, since the 2.3.4 version or Python is installed in usr/local/bin/ you should use that python during the install of the extensions right? i.e. pyRXP says to run "python setup.py build" but should that be "usr/local/bin/python setup.py build"? Sam Robbins On Sep 3, 2004, at 4:46 PM, <wis...@se...> wrote: > Without 4suite i don't think you can go far way. It s used for parse > with > xpath the localized ml menus. > > Alessandro Crugnola - sephiroth > --------------------------------------------- > Macromedia Flash Team Volunteer > http://www.macromedia.com/go/team > Flash && PHP developer > ale...@se... > > *relax with SEPY http://www.sf.net/projects/sepy > --------------------------------------------- > > > ::-----Original Message----- > ::From: sep...@li... > ::[mailto:sep...@li...] On Behalf Of valley > ::Sent: gioved=EC 2 settembre 2004 21.25 > ::To: sep...@li... > ::Subject: Re: [SE|PY-macdev] newbie -- First Error from CVS latest > :: > ::What if you leave 4Suite completely away and ensure that ::PyXML is > installed correctly. Does SEPY start up then ? > :: > ::valley > :: > :: > :: > ::----- Original Message ----- > ::From: "Ashley McCoy" <as...@gv...> > ::To: <sep...@li...> > ::Sent: Thursday, September 02, 2004 9:58 PM > ::Subject: Re: [SE|PY-macdev] newbie -- First Error from CVS latest > :: > :: > ::> valley wrote: > ::> > ::> g4-1ghz:~/Desktop/Python/4Suite amccoy$ pythonw setup.py install > ::> > running install running build running build_py running build_ext ::> > ::> > running install runs the build scripts first ::> ::> current version > fails > on build_ext apparently it is a ::problem building ::> the external > module > ::> ::> > ::http://lists.fourthought.com/pipermail/4suite/2003-December/ > 012376.htm > ::> l > ::> > ::> perhaps updating python will help? > ::> > ::> Ashley > ::> > ::> >So what happens when you type 'python' or 'python2.3' in ::your > shell ? > ::> >Normally something like this should appear: > ::> >$ python > ::> >Python 2.3 (#1, Sep 13 2003, 19:51:59) [GCC 3.3 20030304 (Apple > ::> >> Computer, build 1495)] on darwin Type "help", "copyright", ::"credits" > ::> >or "license" for more information. > ::> > > ::> > > ::> > > ::> >Perhaps it's a path problem. On the 4Suite site it is said ::that > you > ::> >don't have to do the build for installing it, just type > ::> > python setup.py install > ::> > > ::> > > ::> >valley > ::> > > ::> > > ::> > > ::> >----- Original Message ----- > ::> >From: "Isaac Rivera" <isa...@mi...> ::> >To: > <sep...@li...> > ::> >Sent: Thursday, September 02, 2004 3:17 PM ::> >Subject: Re: > [SE|PY-macdev] newbie -- First Error from CVS latest ::> > ::> > ::> > > ::> >> ::> >>On trying to install 4Suite in Panther I get ::> >> ::> >> >>"command > 'gcc' failed with exit status 1" > ::> >> > ::> >>I have upgraded XCode tools and the gcc is the new version 3.3. > ::> >> > ::> >>Isaac > ::> >> > ::> >>On Sep 2, 2004, at 7:17 AM, Valentin Treu wrote: > ::> >> > ::> >> > ::> >> > ::> >>>I never had this error. But 4Suite should build and install ::> >>>> correctly, so try a little bit around ;-) This error ::perhaps also >>>> ::> >>>> could be a SEPY error due to changes that Alessandro ::made - I can >>>> ::> >>>> try this out this evening with the latest cvs version. > ::> >>> > ::> >>>valley > ::> >>> > ::> >>> > ::> >>> > ::> >>> > ::> >>>On Thu, 2 Sep 2004, Ashley McCoy wrote: > ::> >>> > ::> >>> > ::> >>> > ::> >>>>Thanks Valley, > ::> >>>> > ::> >>>>got the latest wxpython, sepy runs splash screen then tooltips > ::> >>>>> appear but splash screen stays, the document window ::which appears > ::> >>>>under the tool tips resizes with incorrect screen redraw ::> > >>>> > ::> >>>>Throws an errror at command line --> below ::> >>>> ::> >>>>I > had > thought to check through the list of dependancies you ::> > >>>>mentioned on > the Wiki and have found an error building ::4suite that ::> >>>>does > not > seem to be resolved as of yet, it fails on build_ext ::> >>>>this > appears > to be a problem with python2.3 ::> >>>> ::> >>>>So I wonder if I I > would > have to build python from scratch ?? > ::> >>>> > ::> >>>>Ashley > ::> >>>> > ::> >>>> > ::> >>>> > ::> >>>> > ::> >>>>g4-1ghz:~/SciTE amccoy$ pythonw main.pyw [Debug] 20:32:46: > ::> >>>>Unrecognized accel key 'CAPSLOCK', accel string ignored. > ::> >>>>[Debug] 20:32:46: Unrecognized accel key 'CAPSLOCK', ::accel > string ::> >>>>ignored. > ::> >>>>Traceback (most recent call last): > ::> >>>> File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify > ::> >>>> frame =3D main_window(parent=3DNone, id=3Dwx.NewId(), > ::> >>>>title=3DAbout_title, dialog =3D self.dialog) ::> >>>> File > "/Users/amccoy/SciTE/SEPY.py", line 321, in __init__ > ::> >>>> self.loadDB() > ::> >>>> File "/Users/amccoy/SciTE/SEPY.py", line 371, in loadDB > ::> >>>> self.DB["values"] =3D DB.values() > ::> >>>>AttributeError: _DBWithCursor instance has no attribute > 'values' > ::> >>>> > ::> >>>>Valentin Treu wrote: > ::> >>>> > ::> >>>> > ::> >>>> > ::> >>>>>i also had this error. be sure that you've got the newest ::> >>>>>> wxpython from here: > ::> >>>>>http://starship.python.net/crew/robind/wxPython/daily/ > ::> >>>>> > ::> >>>>>valley > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>>>On Thu, 2 Sep 2004, Ashley McCoy wrote: > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>>>>Is there a curent list of changes I need to make? > ::> >>>>>> > ::> >>>>>>Ashley > ::> >>>>>> > ::> >>>>>>First Error :: > ::> >>>>>> > ::> >>>>>>Traceback (most recent call last): > ::> >>>>>> File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify > ::> >>>>>> frame =3D main_window(parent=3DNone, id=3Dwx.NewId(), > ::> >>>>>>title=3DAbout_title, dialog =3D self.dialog) File ::> >>>>>>> "/Users/amccoy/SciTE/SEPY.py", line 183, in __init__ > ::> >>>>>> self.project_history =3D wx.FileHistory(5, > ::wx.ID_FILE11) File > ::> > >>>>>>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ > ::> >>>>>>python2.3/site-packages/wxPython/misc2.py", > ::> >>>>>>line 1072, in __init__ > ::> >>>>>> self.this =3D misc2c.new_wxFileHistory(*_args,**_kwargs) > ::> >>>>>>TypeError: new_wxFileHistory() takes at most 1 argument (2 > ::> >>>>>>> given) ::> >>>>>> ::> >>>>>> ::> >>>>>>> ------------------------------------------------------- > ::> >>>>>>This SF.Net email is sponsored by BEA Weblogic Workshop FREE > ::> >>>>>>> Java Enterprise J2EE developer tools! > ::> >>>>>>Get your free copy of BEA WebLogic Workshop 8.1 today. > ::> >>>>>>http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick > ::> >>>>>>_______________________________________________ > ::> >>>>>>sepy-macdev mailing list > ::> >>>>>>sep...@li... > ::> >>>>>>https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> >>>>>> > ::> >>>>>> > ::> >>>>>> > ::> >>>>>> > ::> >>>>>> > ::> >>>>>> > ::> >>>>> > ::> >>>>>------------------------------------------------------- > ::> >>>>>This SF.Net email is sponsored by BEA Weblogic ::Workshop FREE > Java ::> >>>>>Enterprise J2EE developer tools! > ::> >>>>>Get your free copy of BEA WebLogic Workshop 8.1 today. > ::> >>>>>http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick > ::> >>>>>_______________________________________________ > ::> >>>>>sepy-macdev mailing list > ::> >>>>>sep...@li... > ::> >>>>>https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>>> > ::> >>>> > ::> >>>>------------------------------------------------------- > ::> >>>>This SF.Net email is sponsored by BEA Weblogic Workshop ::FREE > Java ::> >>>>Enterprise J2EE developer tools! > ::> >>>>Get your free copy of BEA WebLogic Workshop 8.1 today. > ::> >>>>http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick > ::> >>>>_______________________________________________ > ::> >>>>sepy-macdev mailing list > ::> >>>>sep...@li... > ::> >>>>https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> >>>> > ::> >>>> > ::> >>>> > ::> >>>> > ::> >>> > ::> >>>------------------------------------------------------- > ::> >>>This SF.Net email is sponsored by BEA Weblogic Workshop ::FREE > Java > ::> >>>Enterprise J2EE developer tools! > ::> >>>Get your free copy of BEA WebLogic Workshop 8.1 today. > ::> >>>http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick > ::> >>>_______________________________________________ > ::> >>>sepy-macdev mailing list > ::> >>>sep...@li... > ::> >>>https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> >>> > ::> >>> > ::> >>> > ::> >> > ::> >>------------------------------------------------------- > ::> >>This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java > ::> >>Enterprise J2EE developer tools! > ::> >>Get your free copy of BEA WebLogic Workshop 8.1 today. > ::> >>http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick > ::> >>_______________________________________________ > ::> >>sepy-macdev mailing list > ::> >>sep...@li... > ::> >>https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> >> > ::> >> > ::> >> > ::> > > ::> > > ::> > > ::> >------------------------------------------------------- > ::> >This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java > ::> >> Enterprise J2EE developer tools! > ::> >Get your free copy of BEA WebLogic Workshop 8.1 today. > ::> >http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick > ::> >_______________________________________________ > ::> >sepy-macdev mailing list > ::> >sep...@li... > ::> >https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> > > ::> > > ::> > > ::> > ::> > ::> > ::> ------------------------------------------------------- > ::> This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java > ::> > Enterprise J2EE developer tools! > ::> Get your free copy of BEA WebLogic Workshop 8.1 today. > ::> http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick > ::> _______________________________________________ > ::> sepy-macdev mailing list > ::> sep...@li... > ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> > :: > :: > :: > ::------------------------------------------------------- > ::This SF.Net email is sponsored by BEA Weblogic Workshop FREE ::Java > Enterprise J2EE developer tools! > ::Get your free copy of BEA WebLogic Workshop 8.1 today. > ::http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick > ::_______________________________________________ > ::sepy-macdev mailing list > ::sep...@li... > ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idP47&alloc_id=10808&op=3Dclick > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ sepy-macdev mailing list sep...@li... https://lists.sourceforge.net/lists/listinfo/sepy-macdev |