I am not familiar with enigma, but my guess based on the error is that there are c extensions that are giving errors, swig being mentioned is why I think that. I would try building it from source, or at least confirming with the developers that it is known to work on the python version you are running. Again, this is a wild guess as I am not familiar with enigma2 or dreambox.
You may get a better answer on the enigma developer mailing list. https://lists.elitedvb.net/mailman/listinfo/enigma2-devel If it is c extensions, you probably need to install a version compatible with whichever python you are running. On Feb 5, 10:28 am, GwaiTsi <[email protected]> wrote: > I have python 2.5.1 on my dreambox with Enigma2 ver 2.5 and the code > works fine. > > when i change the enigma2 binaries to 2.6 or 2.7 (without changing > anything else) i get the following error. > > Traceback (most recent call last): > File "/usr/lib/enigma2/python/mytest.py", line 3, in <module> > import enigma > File "/usr/lib/enigma2/python/enigma.py", line 1281, in <module> > class eGauge (eWidget): > File "/usr/lib/enigma2/python/enigma.py", line 1286, in eGauge > __swig_destroy__=_enigma.delete_eGauge > AttributeError: 'module' object has no attribute 'delete_eGauge' > > can anyone else me with the debugging of it, as i am new to python > please. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
