[PyQt] ANN: eric 19.05 released

Detlev Offenbach detlev at die-offenbachs.de
Sun May 5 12:13:37 BST 2019


Am Sonntag, 5. Mai 2019, 13:11:14 CEST schrieb Grzegorz Bokota:
> Thanks. Its starts now.
> maybe suppress warning about not maintained translation?
> 
> > $ eric6
> > Warning: translation file 'qt_pl_PL'could not be loaded.
> > Using default.
> > Warning: translation file 'eric6_pl_PL'could not be loaded.
> > Using default.
> > Warning: translation file 'qscintilla_pl_PL'could not be loaded.
> > Using default.

Maybe this gives some people an indication, that they could contribute by 
providing such translations? :-)

> 
> niedz., 5 maj 2019 o 13:00 Detlev Offenbach <detlev at die-offenbachs.de>
> 
> napisał(a):
> > Hi Grzegorz,
> > 
> > that was the right hint. I just uploaded a new wheel, that fixes the
> > issue. It
> > was caused by a bug in my release build process.
> > 
> > Regards,
> > Detlev
> > 
> > Am Sonntag, 5. Mai 2019, 12:36:10 CEST schrieb Grzegorz Bokota:
> > > I would like to report error on linux
> > > python 3.6.8 virtualenv created with pyenv on ubuntu 18.10 (64 bits)
> > 
> > (Same
> > 
> > > error on python 3.7.2)
> > > 
> > > > $
> > > > eric6
> > > > 127 ↵
> > > > Error in sys.excepthook:
> > > > 
> > > > Traceback (most recent call last):
> > > >   File "<frozen importlib._bootstrap>", line 971, in _find_and_load
> > > >   File "<frozen importlib._bootstrap>", line 955, in
> > > > 
> > > > _find_and_load_unlocked
> > > > 
> > > >   File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
> > > >   File "<frozen importlib._bootstrap_external>", line 678, in
> > 
> > exec_module
> > 
> > > >   File "<frozen importlib._bootstrap>", line 219, in
> > > > 
> > > > _call_with_frames_removed
> > > > 
> > > >   File
> > 
> > "/home/.../.pyenv/versions/3.6.8/envs/eric3.6/lib/python3.6/site-packages/
> > 
> > > > eric6/Utilities/__init__.py", line 80, in <module>
> > > > 
> > > >     from eric6config import getConfig
> > > > 
> > > > ModuleNotFoundError: No module named 'eric6config'
> > > > 
> > > > Original exception was:
> > > > 
> > > > Traceback (most recent call last):
> > > >   File "/home/.../.pyenv/versions/eric3.6/bin/eric6", line 11, in
> > 
> > <module>
> > 
> > > >     sys.exit(main())
> > > >   
> > > >   File
> > 
> > "/home/.../.pyenv/versions/3.6.8/envs/eric3.6/lib/python3.6/site-packages/
> > 
> > > > eric6/eric6.py", line 303, in main
> > > > 
> > > >     from Toolbox import Startup
> > > >   
> > > >   File
> > 
> > "/home/.../.pyenv/versions/3.6.8/envs/eric3.6/lib/python3.6/site-packages/
> > 
> > > > eric6/Toolbox/Startup.py", line 25, in <module>
> > > > 
> > > >     from eric6config import getConfig
> > > > 
> > > > ModuleNotFoundError: No module named 'eric6config'
> > > 
> > > niedz., 5 maj 2019 o 12:10 Detlev Offenbach <detlev at die-offenbachs.de>
> > > 
> > > napisał(a):
> > > > Hi,
> > > > 
> > > > please give more details about the error that occurs. Messages like
> > > > "It
> > > > doesn't work." are not really helpful.
> > > > 
> > > > Btw. can you try it with a 64bit Python?
> > > > 
> > > > Detlev
> > > > 
> > > > Am Sonntag, 5. Mai 2019, 11:46:18 CEST schrieb Zhao Lee:
> > > > > Unable to run
> > 
> > C:\Users\i\AppData\Local\Programs\Python\Python36-32\Scripts\eric6.exe
> > 
> > > > > after installed via pip install eric-ide
> > > > > 
> > > > > 
> > > > > Env: Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC
> > 
> > v.1900
> > 
> > > > 32
> > > > 
> > > > > bit (Intel)] on win32
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 在2019年05月04 18时32分, "Detlev Offenbach"<detlev at die-offenbachs.de>写道:
> > > > > 
> > > > > 
> > > > > 
> > > > > Hi,
> > > > > 
> > > > > 
> > > > > 
> > > > > I just uploaded eric 19.05. It fixes some bugs and adds these new
> > > > 
> > > > features.
> > > > 
> > > > > General
> > > > > added functionality to provide eric6 via PyPI. Installation can be
> > > > > accomplished via 'pip install eric-ide' Python AST Viewer
> > > > > added a tool to visualize the AST for a Python source file
> > > > > Snapshot Tool
> > > > > added code to support screenshots on Wayland desktops (KDE and
> > > > > Gnome)
> > > > > 
> > > > > 
> > > > > 
> > > > > It is available via the eric web site.
> > > > > 
> > > > > 
> > > > > 
> > > > > http://eric-ide.python-projects.org/index.html
> > > > > 
> > > > > 
> > > > > 
> > > > > Note: Starting with this release eric is available via PyPi. Just
> > 
> > search
> > 
> > > > for
> > > > 
> > > > > eric-ide.
> > > > > 
> > > > > 
> > > > > 
> > > > > Regards,
> > > > > 
> > > > > Detlev
> > > > > 
> > > > > --
> > > > > 
> > > > > Detlev Offenbach
> > > > > 
> > > > > detlev at die-offenbachs.de
> > > > 
> > > > --
> > > > Detlev Offenbach
> > > > detlev at die-offenbachs.de
> > > > 
> > > > 
> > > > _______________________________________________
> > > > PyQt mailing list    PyQt at riverbankcomputing.com
> > > > https://www.riverbankcomputing.com/mailman/listinfo/pyqt
> > 
> > --
> > Detlev Offenbach
> > detlev at die-offenbachs.de

-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list