[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-11-23 Thread Launchpad Bug Tracker
This bug was fixed in the package deejayd - 0.9.0-2

---
deejayd (0.9.0-2) unstable; urgency=low

  * Xorg related scripts : fix auth files created in / by passing -t to mktemp.
  * Fix another bashism in /etc/init.d/deejayd.
  * Really fix build with python2.6 by applying patch from Kumar Appaiah
(Closes: #547815).

deejayd (0.9.0-1) unstable; urgency=low

  * New upstream version.

deejayd (0.8.3-2) unstable; urgency=low

  * Xorg connection scripts :
- do not force mktemp to use /tmp.
- fix possible bashisms in related scripts.
- ensure required variables have default values.
- change [ -r $filepath ] to [ -r $filepath ] in scripts to ensure proper
  behaviour.
- when using the provided Xorg initscript, ensure the X server is ready to
  accept connections before trying to launch the X clients.
  * Update to policy 3.8.3 (nothing to do).

deejayd (0.8.3-1) UNRELEASED; urgency=low

  * New upstream release ensuring compatility with Firefox/Iceweasel = 3.5 .
  * Improve how Deejayd can connect to Xorg, see README.Debian and comments
in /etc/default/deejayd .
  * Update to policy 3.8.2 (nothing to do).

deejayd (0.8.2-1) UNRELEASED; urgency=low

  * New upstream version fixing playback of albums lacking album art.

deejayd (0.8.1-1) UNRELEASED; urgency=low

  * New upstream version.
  * Add new deejayd-webui-extension binary package.
  * Remove the djc binary package and include the djc script in the
deejayd-client binary package.
  * Improve debian/rules clean target by making it remove all .pyc files.
  * Bump standards version to 3.8.1 :
- Ensure the start action of the init script does not start the daemon
  again.
  * Fixed default file (/etc/default/deejayd).
  * Do not process the deejayd-webui-extension packages with dh_pycentral.
  * Added NEWS to installed doc.
  * Update Vcs-Browser field.
  * Simplify clean rule thanks to upstream improvements (Closes: #535374).
  * Add upstream tarball embbedded JQuery copy licence information to
debian/copyright.
  * Fix build with Python 2.6 as distutils file locations change from
site-packages to dist-packages, for public modules (LP: #351626).
 -- Bhavani Shankar right2bh...@gmail.com   Mon,  23 Nov 2009 22:54:55 +

** Changed in: deejayd (Ubuntu)
   Status: Confirmed = Fix Released

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-05-21 Thread bilbo
Bonjour monsieur,

thanks for your help, you are the best!

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-05-20 Thread niol
Okay so now I need the results of the following command:
$ ls /usr/lib/python*/dist-packages/deejayd

Thanks...

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-05-20 Thread bilbo

** Attachment added: ls
   http://launchpadlibrarian.net/26973583/ls

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-05-20 Thread niol
Okay so this is definitely a problem of python 2.6 using dist-packages
instead of site-packages.

So the package would need a rebuild with the latest debian python
helpers.

However, the source package currently FTBFS in ubuntu.

The version that I plan to have uploaded to unstable this week should
fix this, I do not know how to get those changes in ubuntu. I'll propose
a package from a personal repository.

Thanks,

Alex

** Changed in: deejayd (Ubuntu)
   Status: Incomplete = Confirmed

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-05-19 Thread bilbo

** Attachment added: echo
   http://launchpadlibrarian.net/26944883/echo

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-05-19 Thread bilbo

** Attachment added: ls
   http://launchpadlibrarian.net/26944900/ls

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-05-19 Thread bilbo
Hello,

i have ubuntu Jaunty 9.04 running on my computer and an issue with
deejayd.ui.config too.

When i try to install deejayd package using officiel jaunty sources, i
have the following message displayed:

Paramétrage de deejayd (0.7.2-2) ...
Traceback (most recent call last):
  File /usr/bin/deejayd, line 58, in module
from deejayd.ui.config import DeejaydConfig
ImportError: No module named deejayd.ui.config

thanks,
bilbo



** Attachment added: dpkg -L deejayd
   http://launchpadlibrarian.net/26944880/dpkg%20-L%20deejayd

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-04-29 Thread niol
** Changed in: deejayd (Ubuntu)
   Status: New = Incomplete

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-03-30 Thread Greg Grossmeier
** Visibility changed to: Public

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351626] Re: deejayd crashed with ImportError in module()

2009-03-30 Thread niol
Hi,

Thanks for the report.
Could you please provide the output of the following commands.
$ dpkg -L deejayd
and
$ echo -en import sys\nprint sys.path\n | python
and
$ ls /usr/lib/python*/site-packages/deejayd

Thanks,

Alex

** Changed in: deejayd (Ubuntu)
 Assignee: (unassigned) = niol (alexandre-rossi)

-- 
deejayd crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs