From: Kevin W. <sw...@wo...> - 2005-03-11 18:52:51
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Brian, Thanks for testing Eric3. It seems the problem is with my system, rather than with Eric3. Have you ever encountered a problem like the one I've encountered--that a Python script couldn't see another module in its directory? The problem really baffles me, and makes me wonder if my Python installation isn't borked in some way. I can certainly build a verison of Eric with the clickable icon--it's very easy to do--but I may not be able to test it. I'll do some more research and see what I can find out. If anyone else has any perspective or similar problems (or successes), please let me kno= w. 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... Brian Morton wrote: | Hi Kevin, | | Thanks again for being our point man for PyQt and for Eric3. I | appreciate your efforts. | | I followed your directions and installed Eric3 (not the snapshot | version, the 3.6.2 version on Sourceforge). After compiling, I used | ./eric3 in the original directory and Eric opened up with a new splash | screen and seems to work. I've opened one document and I can edit and | 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 | original installation of PyQt to compile it. I have not looked for a | nice double clickable icon either, but using the terminal to start it | 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: | | 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 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... |> 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 of line 15 of Refactoring.py didn't get executed or sys.path get overwritten somehow after that statement. Over here (with Linux) it works ok. Could this 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 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$ eric= 3 |>> |>Traceback (most recent call last): |>> |>~ File |>> |>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ |>> python2.3/s |>> |>it e-packages/eric3/eric3.py", line 123, in ? |>> |>~ main() |>> |>~ File |>> |>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ |>> 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/ |>> UserInterface.py", |>> |>line 28, in ? |>> |>~ from EmailDialog import EmailDialog |>> |>~ File |>> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/ EmailDialog.p= y", |>> |>line 34, in ? |>> |>~ from Refactoring.Refactoring import Refactoring, BRM_VERSION_= STR |>> |>~ File |>> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/Refactoring/ |>> Refactoring |>> |>.p y", line 17, in ? |>> |>~ import ThirdParty.brm.bike as bike |>> |>~ File |>> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/ |>> bike/__i |>> |>ni t__.py", line 10, in ? |>> |>~ from bikefacade import init, NotAPythonModuleOrPackageExcepti= on, |>> |>CouldntLocateASTNodeFromCoordinatesException, UndoStackEmptyExcept= ion |>> |>~ File |>> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/ |>> 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 = the |>> |> |>> |>following |>> |> |>> |>| enhancements next to some bug fixes. |>> |>| |>> |>| - a Ruby debugger |>> |>| - lexer support for Lua |>> |>| - improved variables display to better cope with programs |>> 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 |> |> - -- Detlev Offenbach de...@di... |> |> |> |> | ------------------------------------------------------- | 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://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCMej2JmdQs+6YVcoRAuNgAJ9dzgebuYUIRYCepanlXMdpyttPZACeMhyo kRpGmF9Jt21s9Ur8Zcs6lNc=3D =3DhmcC -----END PGP SIGNATURE----- |