Pietro Moras | 24 Apr 2013 18:07
Picon
Favicon

Investigating: Use cx_Freeze (Eric Project > Packagers)

Now a first “E(5)-PrjPackager – Tech.Report” draft, currently available at URL:  https://www.box.com/s/uzw8f77jyqlidbq8vv35
   In case it's a subject of interest for you, I'd be pleased to share knowledge, questions, remarks (e-ref.: Studio-PM <at> hotmail <dot> com). Thanks.
See you.
- P.M.
[Engaged with an ambitious project of Eric (5) Test & Documentation, from time to time I dare to inform you about what's currently going on]
_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
Mark Mordeca | 24 Apr 2013 17:05
Picon
Favicon

Shell and Breaking on Exception

Greetings,

 

I have recently upgraded my version of Qt/PyQt and so have upgraded my version of Eric4 to the latest one.  In the previous version of Eric I was using (4.3.10), when an exception occurred and the dialog appeared, I would choose to break at it and then I would be able to use the shell to interact with variables in the memory space.  After upgrading to latest version I cannot interact with the variables when choosing to break at an exception anymore and so now when an exception occurs I have to choose to break at it, explicitly place a break point at that spot and then re-run in debug mode.

 

Was the functionality that occurred in the old version removed or made as some setting that is defaulted to off now?  Or is there something weird in my new setup that causes this? Any help would be appreciated.

 

Thanks,

Mark

 

_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
Srinivas Nyayapati | 21 Apr 2013 16:59
Picon
Gravatar

Error launching Qt-Developer from Eric4

Hello
I am trying to follow the Eric4 minibrowser tutorial. I am at the stage where one needs to launch designer by double clicking the .ui file. I see an error window when i try open the .ui file with the following message -

"Could not start Qt-Designer. Ensure that it is available as ."

I am running mountain lion 10.8.2
I installed the following from macports -

Python 2.7.3
QT 4.8.4
PyQt 4.10.0
QScintilla 2.4.6
Sip 4.14.5

I then got the latest source code of Eric4 4.5.10 and installed that. I can also open designer from the command line. It's when I am trying to launch this from Eric4, I see the error. 

I did a search for this error, and found a similar problem somebody had in 2008. The message was slightly different and that thread did not help.

Another thing I should mention is that before I went the macports route.. I installed the complete bundle for PyQt from pyqtx. This was installed on python 2.7.2 I installed from python.org
I abandoned that route and went the macports way. 

I did make sure I was using the right version of python when I was installing all the different packages.

Has anybody else seen this problem? Can you help me resolve this issue?

-Srini
_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
小叶 | 18 Apr 2013 06:43
Favicon

problem

***************************************************************************************************************************************
My system is  ubuntu11.10 ,   and I had installed  the   python2.7    qt-everywhere-commercial-src-4.8.4.tar.gz  sip-4.14.6-snapshot-1773f2100851.tar.gz    PyQt-x11-gpl-4.10.tar.gz ..
***************************************************************************************************************************************
 My procedure:
1.Python
2.Qt
3.SIP
4.QScintilla - Qt4Qt5
5.PyQt
6.QScintilla - Python
************************************************************************ ***************************************************************
but  while I want to install the """Eric""",the problem occurs in my terminal?
File "install.py", line 735, in doDe pendancyChecks
    from PyQt4 import Qsci
RuntimeError: the sip module implements API v9.0 to v9.2 but the PyQt4.Qsci module requires API v8.1
***************************************************************************************************************************************

Thank you





_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
jorge.destri | 10 Apr 2013 22:14
Picon
Favicon

Error on start Eric5

I'm new in Linux/OpenSuse and Python, and when I'm trying to run Eric5 
(5.3.1.26.1) on OpenSuse 12.2, this error occurs:

Error in sys.excepthook:
RuntimeError: the sip module implements API v9.0 to v9.2 but the 
PyQt4.Qsci module requires API v8.1

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/python3.2/site-packages/eric5/eric5.py", line 274, in 
<module>
    main()
  File "/usr/lib/python3.2/site-packages/eric5/eric5.py", line 177, in 
main
    if not Globals.checkBlacklistedVersions():
  File "/usr/lib/python3.2/site-packages/eric5/Globals/__init__.py", 
line 102, in checkBlacklistedVersions
    from PyQt4.Qsci import QSCINTILLA_VERSION_STR
RuntimeError: the sip module implements API v9.0 to v9.2 but the 
PyQt4.Qsci module requires API v8.1

Before this, I was running Eric5 and trying to compile a form (from ui 
to py), but the program said that cannot found "pyuic4".
I searched in Google and after updated some modules, the error 
occured.
If I do a downgrade of this modules, may be that  the first problem 
returns.
Someone can help me ?
Thanks,

Jorge Destri Jr.
Detlev Offenbach | 6 Apr 2013 11:44
Picon
Favicon

ANN: eric 5.3.2 released

Hi,

 

I just uploaded eric 5.3.2. It is a maintenance release fixing some bugs. It

is available via the eric web site.

 

http://eric-ide.python-projects.org/index.html

 

Regards,

Detlev

--

Detlev Offenbach

detlev-QHuqpxUmdFwc/4THH4D2QrNAH6kLmebB@public.gmane.org

_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
detlev | 6 Apr 2013 11:43
Picon
Favicon

ANN: eric 4.5.10 released

Hi,

 

I just uploaded eric 4.5.10. It is a maintenance release fixing some bugs and includes these enhancements.

  • added support for the --fork-child and --fork-parent switches
  • added support for more widgets in the code creation dialog
  • changed the way multi line strings are shown in the value column of the variables viewer

It is available via the eric web site.

 

http://eric-ide.python-projects.org/index.html

 

Regards,

Detlev

--

Detlev Offenbach

detlev-QHuqpxUmdFwc/4THH4D2QrNAH6kLmebB@public.gmane.org

_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
detlev | 24 Mar 2013 16:52
Picon
Favicon

ANN: Django plug-in for eric5 released

Hello,

today I release the first snapshot of the new Django plug-in for eric5. It may 
be used to develop Django projects with eric5. It offers a menu with actions 
tom access Django functions directly from with the eric5 IDE. The plug-in is 
available via the built-in plug-in repository dialog. Please give it a try and 
send feedback.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Pietro Moras | 22 Mar 2013 11:40
Picon
Favicon

Investigating: Use cx_Freeze (Eric Project > Packagers)

Currently investigating the “Use cx_Freeze”, feature of Eric Project > Packagers -- In case it's a subject of interest for you, I'd be pleased to share knowledge, questions, remarks (e-ref.: Studio-PM <at> hotmail <dot> com). Thanks.
See you.

- P.M.

[Engaged with an ambitious project of Eric (5) Test & Documentation, from time to time I dare to inform you about what's currently going on]

_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
Detlev Offenbach | 21 Mar 2013 12:24
Picon
Favicon

Debian package for eric

Hallo,

 

is there any Debian maintainer out there? If so, I would like to ask, if a package for eric5 can be added?

 

Regards,

Detlev
--

Detlev Offenbach

detlev-QHuqpxUmdFwc/4THH4D2QrNAH6kLmebB@public.gmane.org

_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
Hans-Peter Jansen | 20 Mar 2013 20:21

Unable to create initial pysvn repo with eric4

Dear Detlev,

unfortunately, I currently suffer from another regression in eric4:

eric4 doesn't allow me to initialize a new pysvn project anymore, hosted on a 
remote apache server. The empty project was created on the server with 
"svnadmin create" as usual..

~> svn info http://server/repos/diskbackup
Pfad: diskbackup
URL: http://server/repos/diskbackup
Basis des Projektarchivs: http://server/repos/diskbackup
UUID des Projektarchivs: 5a45a0ec-9180-11e2-b6a6-310c6d2ea48d
Revision: 0
Knotentyp: Verzeichnis
Letzte geänderte Rev: 0
Letztes Änderungsdatum: 2013-03-20 18:05:23 +0100 (Mi, 20. Mär 2013)

With pysvn, the next step was creating a new project with eric, and let it 
setting up the initial repo structure (trunk, branches, tags), but the SVN 
repository info dialog doesn't enable the OK button anymore, using values 
similar to:

Protocol: http://
URL: server/repos/name
Log: whatever
Create standard repo structure: yes

This happens with both: 4.5.9 and 4.5.10-svn, the former tested with PyQt 
latest release versions, the latter with latest snapshot versions, everything 
else is pretty current (pysvn is at 1.7.6), and publicly available from my OBS 
repos:

https://build.opensuse.org/project/monitor?project=home%3Afrispete%3APyQt
https://build.opensuse.org/project/monitor?project=home%3Afrispete%3APyQt-next
https://build.opensuse.org/project/monitor?project=home%3Afrispete%3Apython

A manual repo setup from the client was possible, of course, and is usable for 
eric4 thereafter.

While at it: a minor glitch happens with the file selector (open file mode): 
by default, you select batch files, which is a little contra productive for 
"The Python IDE". Either use all files (*) filter, or python files, if called 
from a python project. (I'm using (Py)KDE 4.10 integration), which also 
suffers from non translated dialog items, BTW).

Cheers,
Pete

Gmane