Ticket #223 (closed defect: fixed)
Importing modules fails for WaveDev/ALF in Ubuntu
| Reported by: | jawil06 | Owned by: | shereef |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | OWD | Version: | trunk |
| Keywords: | Cc: |
Description
When attempting to run WaveDev? or ALF under Ubuntu, several WaveDev? modules fail to load. The source of the problem seems to be when an import call is run as:
from WaveDev.wavedev.xxx import xxx OR from WaveDev.wavedev import xxx as xxx
xxx being the name of the specific module in question.
The former being from several OWD files the latter being from ALF.py.
Removing the leading "WaveDev?.wavedev." from the OWD files seems to fix the problem and allow OWD to run, although I don't know what kind of implications this has.
I cannot figure out how to get ALF to run.
Change History
Note: See
TracTickets for help on using
tickets.