Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Missing kio from PyKDE4?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
fid
n00b
n00b


Joined: 16 Apr 2017
Posts: 15

PostPosted: Sun Apr 16, 2017 6:15 pm    Post subject: [SOLVED] Missing kio from PyKDE4? Reply with quote

I've come across a strange problem in that the kio module seems to missing from my PyKDE4 installation. A quick test to demonstrate:
Code:

$ python
Python 2.7.12 (default, Jan  1 2017, 14:19:03)
[GCC 4.9.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyKDE4.kdeui
>>> import PyKDE4.kio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named kio

Does anyone have any clue what's missing?

[Moderator edit: added [code] tags to preserve output layout. -Hu]


Last edited by fid on Sun Apr 16, 2017 6:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8935

PostPosted: Sun Apr 16, 2017 6:29 pm    Post subject: Reply with quote

pykde4 kio module is gone as it did not build against stable sip anymore. pykde4 is going to be dropped completely as soon as the last reverse-dependency is removed, so you better start porting away from it.
Back to top
View user's profile Send private message
fid
n00b
n00b


Joined: 16 Apr 2017
Posts: 15

PostPosted: Sun Apr 16, 2017 6:32 pm    Post subject: Reply with quote

Dammit! Thanks anyway! I guess I'll have to start looking into PyQT5 :-/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum