Hi Kovid,
Here is the error message. Note that aero AIO was working before I tried adding this plugin. Remove the plugin still gives me the same error message.
sys.path.insert(0, '/usr/share/apps/superkaramba/themes/aero_aio.skz')
Traceback (most recent call last):
File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 129, in ?
File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 111, in __globalimport__
File "", line 2, in ?
File "/home/peter/.aero_aio/ps_aio.py", line 1, in ?
import karamba, re, time, traceback, subprocess
ImportError: No module named subprocess
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on aero_aio.py
If this is a regular theme and doesn't use python
extensions, then nothing is wrong.
------------------------------------------------------
Hi Kovid,
Here is the error message. Note that aero AIO was working before I tried adding this plugin. Remove the plugin still gives me the same error message.
sys.path.insert(0, '/usr/share/apps/superkaramba/themes/aero_aio.skz')
Traceback (most recent call last):
File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 129, in ?
File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 111, in __globalimport__
File "", line 2, in ?
File "/home/peter/.aero_aio/ps_aio.py", line 1, in ?
import karamba, re, time, traceback, subprocess
ImportError: No module named subprocess
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on aero_aio.py
If this is a regular theme and doesn't use python
extensions, then nothing is wrong.
------------------------------------------------------
Hi Kovid,
Here is the error message. Note that aero AIO was working before I tried adding this plugin. Remove the plugin still gives me the same error message.
sys.path.insert(0, '/usr/share/apps/superkaramba/themes/aero_aio.skz')
Traceback (most recent call last):
File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 129, in ?
File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 111, in __globalimport__
File "", line 2, in ?
File "/home/peter/.aero_aio/ps_aio.py", line 1, in ?
import karamba, re, time, traceback, subprocess
ImportError: No module named subprocess
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on aero_aio.py
If this is a regular theme and doesn't use python
extensions, then nothing is wrong.
------------------------------------------------------
You need to have python >= 2.4 Superkaramba is unable to load the subprocess module needed by ps.
You can check this by starting python at the command line and trying the command import subprocess
If you want to remove ps uninstall aero aio and delete the directory ~/.aero_aio
I already have python 2.4. installed.
Forgive for my ignorance, but I am still new to linux, so I do not understand your comments about "using the command import process"
In a terminal type python press enter.
Then at the python prompt type import subprocess and press enter. That should give you an error.
What distribution are you using? Debian?
Kovid,
I am using : 2.6.12-1-686.
Although I have both python 2.3. and 2.4. On typing python at the command prompt, version 2.3. and not 2.4 is running (see below) Is there a way of changing this (perhaps I should remove python 2.3, assuming it is not needed for any other programs)
Here is the error message:
Python 2.3.5 (#2, Mar 6 2006, 10:12:24)
[GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
Traceback (most recent call last):
File "", line 1, in ?
ImportError: No module named subprocess
>>>
I have installed Aero AIO 0.9 and it was working fine until I installed the ps: Aero AIO plugin using the GUI configuration. I could not see the icon, so I reloaded the theme. This resulted in 2 errors, the aero AIO became invisible and I can no longer access the Configure theme to try to remove the plugin.
Is this an error??? I have the Soundmania theme running and an old version of hoschimon.
I tried to uninstall aero AIO and reinstall it again, but is still invisible and I'm unable to reconfigure it.
Any thoughts???
Hmm...that should not be happening. The ps theme works fine for me with 0.9. Can you start aero aio in a terminal like this
superkaramba aero_aio.skz and post the output. If you just want to get rid of ps delete ~/.aero_aio
HI,
I have sorted out the problem for aero AIO and now it works again. The problem was I had python 2.3 running instead of 2.4.
However, both the netstart and the ps plugin still do not work.
Hi Kovid,
Actually when I have install ps: aero AIO, I was unable to run it. I installed the plugin through the configure plugin interface. After "apply", it returns to AERO AIO, but then "blocks". I am unable to use it. This happened before. If I then remove it from my desktop and run it in a terminal, the terminal does not show any output. Using the superkaramba interface to add it to the desktop, results in AERO AIO appearing invisible.
Sorry there does not seem to be any error output in the terminal.
I haven't got a clue what to do next, except that AERO AIO works fine,without installing your 2 plugins. This is a shame because I think you have done a very nice job here. Incidently, I managed to install the amarok plugin in the same manner and this did not give me any problems with AERO AIO.
Hmm...the only thing common to netstat and ps is the subprocess module. When you replaced python 2.3 with 2.4, did you recompile SK against 2.4? SK may still be using 2.3...one other user had a similar problem.
Ratings & Comments
21 Comments
Hi Kovid, Here is the error message. Note that aero AIO was working before I tried adding this plugin. Remove the plugin still gives me the same error message. sys.path.insert(0, '/usr/share/apps/superkaramba/themes/aero_aio.skz') Traceback (most recent call last): File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 129, in ? File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 111, in __globalimport__ File "", line 2, in ? File "/home/peter/.aero_aio/ps_aio.py", line 1, in ? import karamba, re, time, traceback, subprocess ImportError: No module named subprocess ------------------------------------------------------ What does ImportError mean? It means that I couldn't load a python add-on aero_aio.py If this is a regular theme and doesn't use python extensions, then nothing is wrong. ------------------------------------------------------
Hi Kovid, Here is the error message. Note that aero AIO was working before I tried adding this plugin. Remove the plugin still gives me the same error message. sys.path.insert(0, '/usr/share/apps/superkaramba/themes/aero_aio.skz') Traceback (most recent call last): File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 129, in ? File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 111, in __globalimport__ File "", line 2, in ? File "/home/peter/.aero_aio/ps_aio.py", line 1, in ? import karamba, re, time, traceback, subprocess ImportError: No module named subprocess ------------------------------------------------------ What does ImportError mean? It means that I couldn't load a python add-on aero_aio.py If this is a regular theme and doesn't use python extensions, then nothing is wrong. ------------------------------------------------------
Hi Kovid, Here is the error message. Note that aero AIO was working before I tried adding this plugin. Remove the plugin still gives me the same error message. sys.path.insert(0, '/usr/share/apps/superkaramba/themes/aero_aio.skz') Traceback (most recent call last): File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 129, in ? File "/usr/share/apps/superkaramba/themes/aero_aio.skz/aero_aio.py", line 111, in __globalimport__ File "", line 2, in ? File "/home/peter/.aero_aio/ps_aio.py", line 1, in ? import karamba, re, time, traceback, subprocess ImportError: No module named subprocess ------------------------------------------------------ What does ImportError mean? It means that I couldn't load a python add-on aero_aio.py If this is a regular theme and doesn't use python extensions, then nothing is wrong. ------------------------------------------------------
You need to have python >= 2.4 Superkaramba is unable to load the subprocess module needed by ps. You can check this by starting python at the command line and trying the command import subprocess If you want to remove ps uninstall aero aio and delete the directory ~/.aero_aio
I already have python 2.4. installed. Forgive for my ignorance, but I am still new to linux, so I do not understand your comments about "using the command import process"
In a terminal type python press enter. Then at the python prompt type import subprocess and press enter. That should give you an error. What distribution are you using? Debian?
Kovid, I am using : 2.6.12-1-686. Although I have both python 2.3. and 2.4. On typing python at the command prompt, version 2.3. and not 2.4 is running (see below) Is there a way of changing this (perhaps I should remove python 2.3, assuming it is not needed for any other programs) Here is the error message: Python 2.3.5 (#2, Mar 6 2006, 10:12:24) [GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import subprocess Traceback (most recent call last): File "", line 1, in ? ImportError: No module named subprocess >>>
I'm afraid there is no simple way of doing this. You need to ask on the forums of the distribution you are using.
Ok. thanks for all your help.
I have installed Aero AIO 0.9 and it was working fine until I installed the ps: Aero AIO plugin using the GUI configuration. I could not see the icon, so I reloaded the theme. This resulted in 2 errors, the aero AIO became invisible and I can no longer access the Configure theme to try to remove the plugin. Is this an error??? I have the Soundmania theme running and an old version of hoschimon. I tried to uninstall aero AIO and reinstall it again, but is still invisible and I'm unable to reconfigure it. Any thoughts???
Hmm...that should not be happening. The ps theme works fine for me with 0.9. Can you start aero aio in a terminal like this superkaramba aero_aio.skz and post the output. If you just want to get rid of ps delete ~/.aero_aio
It's working fine for me too.
Yeah his problem was because he was using python 2.3 which doesn't have the subprocess module.
HI, I have sorted out the problem for aero AIO and now it works again. The problem was I had python 2.3 running instead of 2.4. However, both the netstart and the ps plugin still do not work.
What is the error you get when you run it in a terminal?
Hi Kovid, Actually when I have install ps: aero AIO, I was unable to run it. I installed the plugin through the configure plugin interface. After "apply", it returns to AERO AIO, but then "blocks". I am unable to use it. This happened before. If I then remove it from my desktop and run it in a terminal, the terminal does not show any output. Using the superkaramba interface to add it to the desktop, results in AERO AIO appearing invisible. Sorry there does not seem to be any error output in the terminal. I haven't got a clue what to do next, except that AERO AIO works fine,without installing your 2 plugins. This is a shame because I think you have done a very nice job here. Incidently, I managed to install the amarok plugin in the same manner and this did not give me any problems with AERO AIO.
Hmm...the only thing common to netstat and ps is the subprocess module. When you replaced python 2.3 with 2.4, did you recompile SK against 2.4? SK may still be using 2.3...one other user had a similar problem.
Very neat! I like it!
Thanks.
That's a great idea for an AIO plugin! Very useful! Thanks!
Thanks...glad you like it.