You are not logged in.

#1 2012-10-17 22:04:46

headkase
Member
Registered: 2011-12-06
Posts: 1,976

[Fixed] eric5 no longer works after -Syu

Fixed: New eric5 package for Python 3.3 is now available in the repositories.  Works as intended now.

---

Edit 3: filed bug report: https://bugs.archlinux.org/task/32044

----

Edit2: the exact package name for eric5 in pacman is "eric"

Edit: Ok, this is likely the problem: Python was updated from 3.2 to 3.3.  in "/usr/lib/python3.2/site-packages" are the eric files and also the reflector package files.  Reflector is also broken, pacman -R'd that one.  With the new Python version, the eric files should be in: /usr/lib/python3.3/site-packages

So, that seems to be the problem.

--- Original Post ---

Eric5, the Python 3 version, no longer launches after today's update:

There were conflicts with python2 and python3 package naming conventions.

Output from eric on launch:

Traceback (most recent call last):
  File "/usr/lib/python3.2/site-packages/eric5/eric5.py", line 54, in <module>
    from UI.SplashScreen import SplashScreen, NoneSplashScreen
  File "/usr/lib/python3.2/site-packages/eric5/UI/SplashScreen.py", line 16, in <module>
    from eric5config import getConfig
ImportError: No module named 'eric5config'

Packages that were removed as they were in conflict during the -Syu:

[2012-10-17 17:14] removed python-imaging (1.1.7-4)
[2012-10-17 17:14] removed python-simplejson (2.6.1-1)
[2012-10-17 17:14] removed python-notify (0.1.1-11)

python-imaging became python2-imaging, python-simplejson became python2-simplejson, and python-notify became python2-notify.

python-simplejson and python2-simplejson are in conflict.

python-notify and python2-notify are in conflict.

I can't remove the new python2's that are in conflict as Turpial and Ubuntu-One client depend on them.  (Both of those are in the official repositories).

Any suggestions?

Edit: And I just noticed a something probably quite important: eric is importing from Python 3.2 folders, Python was also updated to 3.3 with todays -Syu!

Last edited by headkase (2012-10-18 08:35:52)

Offline

#2 2012-10-17 22:22:48

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: [Fixed] eric5 no longer works after -Syu

The eric rebuild was missed.  Should be fixed soon...

Offline

#3 2012-10-17 22:35:40

headkase
Member
Registered: 2011-12-06
Posts: 1,976

Re: [Fixed] eric5 no longer works after -Syu

Ok, awesome thank you Allan! smile  Reflector was also broken if you wanted to take a quick peek at that one too! big_smile

Offline

#4 2012-10-17 22:36:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Fixed] eric5 no longer works after -Syu

headkase wrote:

Reflector was also broken if you wanted to take a quick peek at that one too! big_smile

https://bbs.archlinux.org/viewtopic.php … 4#p1177234

Offline

#5 2012-10-17 22:44:15

headkase
Member
Registered: 2011-12-06
Posts: 1,976

Re: [Fixed] eric5 no longer works after -Syu

Thanks karol. smile

Offline

Board footer

Powered by FluxBB