From: Brian M. <bri...@gm...> - 2005-03-11 06:05:18
|
Hi Kevin, Thanks again for being our point man for PyQt and for Eric3. I =20 appreciate your efforts. I followed your directions and installed Eric3 (not the snapshot =20 version, the 3.6.2 version on Sourceforge). After compiling, I used =20 ./eric3 in the original directory and Eric opened up with a new splash =20= screen and seems to work. I've opened one document and I can edit and =20= save it. I have not really stress tested it, but all seems well. I did not download any other files so I assume it is using your =20 original installation of PyQt to compile it. I have not looked for a =20 nice double clickable icon either, but using the terminal to start it =20= does not seem to much of a hard ship. I did not see any errors. I am using 10.3.8 on an ibook with your binary installation of PyQt. HTH, Brian On Mar 10, 2005, at 9:26 PM, Kevin Walzer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > I'm wondering if anyone would be willing to download the latest = version > of Eric3 (3.6.2), install it from the command line (sudo python > install.py), and see if you are getting the same results I'm getting. > The Eric developer doesn't really understand what's going on. > > The Eric webpage is http://www.die-offenbachs.de/detlev/eric3.html > > You will see in my attached message that I'm seeing this error in the > snapshot build, but the current stable version has also given me the > same error. > > If you do get similar results to me (see attached message), would you > also be able to take a look at the code he references and see if =20 > there's > anything we can do to tweak it? I'm not expert enough to do this with = a > program as large as Eric. > > I'm working on a new build of PyQt-Mac with the latest version of > everything (Qt 3.3.4, PyQt 3.14.1, Sip 4.2.1, QScintilla 1.5.1). After > some hiccups, everything built and installed okay. However, there seem > to be some differences between the older version of PyQt that I = shipped > before and this one, because the older version of Eric is now broken. > The new version gives different errors, as noted, which I think are > unrelated to the changes in PyQt. > > Until I can get Eric running with the new bits (since Eric3 is the = main > reason for my interest in PyQt), I'm going to hold off on releasing = it, > unless the list feels I should go ahead. > > Thanks, > Kevin > - -- > Cheers, > > Kevin Walzer, PhD > WordTech Software--Open Source Applications and Packages for OS X > http://www.wordtech-software.com > http://www.smallbizmac.com > http://www.kevin-walzer.com > mailto:sw...@wo... > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (Darwin) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCMR3qJmdQs+6YVcoRAvfDAJwOhtfkyehOMyBjSC3Pb4lgJLg30ACeKTf5 > Scs8Mkr8UA1Vd7fyJOJNYdc=3D > =3DcoIT > -----END PGP SIGNATURE----- > > From: Detlev Offenbach <de...@di...> > Date: March 10, 2005 11:31:36 AM MST > To: sw...@wo... > Cc: py...@ma... > Subject: Re: [PyKDE] ANN: new eric3 snapshot > > > Am Donnerstag, 10. M=E4rz 2005 19:10 schrieb Kevin Walzer: >> No error messages during installation. Everything seems to install >> smoothly and in fact, the files are in the correct directory--it just >> seems like eric can't see them. Should I provide any other >> output/files/doc? > > The only possible explanation right now is, that somehow the statement = =20 > of line > 15 of Refactoring.py didn't get executed or sys.path get overwritten =20= > somehow > after that statement. Over here (with Linux) it works ok. Could this =20= > be a > MacOS quirk? > > Detlev > >> >> Cheers, >> >> Kevin Walzer, PhD >> WordTech Software--Open Source Applications and Packages for OS X >> http://www.wordtech-software.com >> http://www.smallbizmac.com >> http://www.kevin-walzer.com >> mailto:sw...@wo... >> >> Detlev Offenbach wrote: >> | Hi, >> | >> | did you get any error messages during the installation? It looks as = =20 >> if it >> | didn't install all files of the eric3 distribution. >> | >> | Detlev >> | >> | Am Donnerstag, 10. M=E4rz 2005 03:59 schrieb Kevin Walzer: >> |>Running the new snapshot against a new build of PyQt (the latest >> |>packages that Phil released this week plus Qt 3.3.4), I get this >> |>crash/traceback: >> |> >> |>Kevin-Walzers-Computer:~/Desktop/eric-snapshot-20050309 kevin$ = eric3 >> |>Traceback (most recent call last): >> |>~ File >> |>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/=20 >> python2.3/s >> |>it e-packages/eric3/eric3.py", line 123, in ? >> |>~ main() >> |>~ File >> |>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/=20 >> python2.3/s >> |>it e-packages/eric3/eric3.py", line 106, in main >> |>~ from UI.UserInterface import UserInterface >> |>~ File >> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/=20 >> UserInterface.py", >> |>line 28, in ? >> |>~ from EmailDialog import EmailDialog >> |>~ File >> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/=20 >> EmailDialog.py", >> |>line 34, in ? >> |>~ from Refactoring.Refactoring import Refactoring, =20 >> BRM_VERSION_STR >> |>~ File >> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/Refactoring/=20 >> Refactoring >> |>.p y", line 17, in ? >> |>~ import ThirdParty.brm.bike as bike >> |>~ File >> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/=20= >> bike/__i >> |>ni t__.py", line 10, in ? >> |>~ from bikefacade import init, =20 >> NotAPythonModuleOrPackageException, >> |>CouldntLocateASTNodeFromCoordinatesException, =20 >> UndoStackEmptyException >> |>~ File >> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/=20= >> bike/bik >> |>ef acade.py", line 5, in ? >> |>~ from bike.parsing.pathutils import getRootDirectory >> |>ImportError: No module named bike.parsing.pathutils >> |> >> |>Any advice? >> |>Cheers, >> |> >> |>Kevin Walzer, PhD >> |>WordTech Software--Open Source Applications and Packages for OS X >> |>http://www.wordtech-software.com >> |>http://www.smallbizmac.com >> |>http://www.kevin-walzer.com >> |>mailto:sw...@wo... >> |> >> |>Detlev Offenbach wrote: >> |>| Hi, >> |>| >> |>| I have just uploaded a new snapshot of eric3. This one features =20= >> the >> |> >> |>following >> |> >> |>| enhancements next to some bug fixes. >> |>| >> |>| - a Ruby debugger >> |>| - lexer support for Lua >> |>| - improved variables display to better cope with programs =20 >> containing >> |> >> |>large >> |> >> |>| arrays or dictionaries >> |>| >> |>| Please test especially the variables display to make sure that I >> |>| haven't broken it completely. >> |>| >> |>| Detlev >> |> >> |>_______________________________________________ >> |>PyKDE mailing list Py...@ma... >> |>http://mats.imk.fraunhofer.de/mailman/listinfo/pykde > > --=20 > Detlev Offenbach > de...@di... > > > > |