WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bluez & blueman seem out of order  (Read 6185 times)

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: bluez & blueman seem out of order
« Reply #15 on: September 03, 2010, 06:48:51 AM »
Confirmed, now I have it going.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: bluez & blueman seem out of order
« Reply #16 on: September 03, 2010, 07:29:52 AM »
Juanito -  Sorry I missed your question, I have obviously been distracted from lately from the task at hand. 

Yeah, my preference is for python-2.7 dependent stuff to keep the -2.7 suffix even after the migration, since it will be shortly after that there will be a desire to migrate to yet the next python.  With the suffix remaining in place, we will always know which python an app is built against, and the transition between pythons would remain seamless. 

I did see Arslan's 2.7 dependent stuff being renamed back to not having the -2.7 suffix, but I assumed that each of those apps were confirmed not to have anything built against python 2.6 dependent on them.  Since if they had no 2.6 dependent apps depending on them, then not having the 2.7 suffix would be ok.

Since there has been an issue I think we need to stay with using the 2.7 suffix. 

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: bluez & blueman seem out of order
« Reply #17 on: September 03, 2010, 11:04:37 AM »
@Arslan S: If you let me know which of your updated extensions need renaming "-2.7", I'll try to fix things.

i searched my extensions and i have only emesene that optionally depends on notify-python-2.7

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bluez & blueman seem out of order
« Reply #18 on: September 03, 2010, 11:21:20 AM »
i searched my extensions and i have only emesene that optionally depends on notify-python-2.7

..and I guess dbus-python-2.7, but since they're optional, I believe we can leave things as they are.

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: bluez & blueman seem out of order
« Reply #19 on: October 22, 2010, 10:10:56 PM »
I'm having the same problem again with blueman:

Code: [Select]

tc@box:~$ bluemanj
tcl.tcz: OK
tk.tcz: OK
python.tcz: OK
pycairo.tcz: OK
libffi.tcz: OK
pygobject.tcz: OK
pygtk.tcz: OK
notify-python.tcz: OK
dbus-python.tcz: OK
blueman.tcz: OK
libiconv.tcz: OK
fuse.tcz: OK
obex.tcz: OK
Traceback (most recent call last):
  File "/usr/local/bin/blueman-manager", line 25, in <module>
    import gtk
ImportError: No module named gtk
sudo: rox: command not found
tc@box:~$ blueman-manager
Traceback (most recent call last):
  File "/usr/local/bin/blueman-manager", line 25, in <module>
    import gtk
ImportError: No module named gtk

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bluez & blueman seem out of order
« Reply #20 on: October 22, 2010, 10:41:46 PM »
If the repo has been adjusted so that python-2.7 -> python, then you'll need to use blueman-2.7

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: bluez & blueman seem out of order
« Reply #21 on: October 22, 2010, 11:02:27 PM »
I just did a dep update, and it turns out the deps were adjusted so it is asking for python-2.6 which I didn't have. With python-2.6 loaded it works again.