| Summary: | Build issue: python-trinity: ImportError: No module named dcop | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | non-core programs | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, darrella, kb9vqf, michele.calgaro |
| Priority: | P5 | ||
| Version: | R14.0.x [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: | Build log | ||
Is this bug still valid? Thanks! Created attachment 2348 [details] Build log >Is this bug still valid? I haven't built TDE since Oct. 11, but the attached build log from then contains the same message (line 848). Build script snippet: ... echo "Configuring..." python ./configure.py \ -k $PREFIX \ -n $LIBDIR \ -o $PREFIX/include \ -n $PREFIX/lib${LIBDIRSUFFIX} \ -u \ -d "$PYTHONLIB" \ -L "/usr/include/python$PYTHONVER" CFLAGS="$FLAGS" \ CXXFLAGS="$FLAGS" if [ "$TEE_OUTPUT" = "false" ]; then make $NUMJOBS --silent || exit 1 else make $NUMJOBS VERBOSE=1 || exit 1 fi make install DESTDIR=$PKG || exit 1 python importTest.py ... OK, thanks for confirming! Python support was fixed in one of the R14.0.x releases (R14.0.3 or .4 if I remember correctly). Running importTest.py works fine now. ------------------------------------- python ./tde/main/libraries/python-trinity/importTest.py Testing PyKDE module imports Modules built: dcop tdecore tdefx tdeui tdeio tderesources tdeabc tdeutils tdefile tdeparts tdehtml tdespell tdeprint tdemdi Importing: dcop tdecore tdefx tdeui tdeio tderesources tdeabc tdeutils tdefile tdeparts tdehtml tdespell tdeprint tdemdi |
I don't know what the error means. Full snippet: Testing PyKDE module imports Modules built: dcop tdecore tdefx tdeui tdeio tderesources tdeabc tdeutils tdefile tdeparts tdehtml tdespell tdeprint tdemdi Importing: dcop Traceback (most recent call last): File "importTest.py", line 20, in <module> exec ("import " + mod) File "<string>", line 1, in <module> ImportError: No module named dcop