SGladys / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

Imported python modules cannot find JES functions #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Create a file that uses a JES function, like printNow
2.  Import that file from another file
3.  Run a function that calls printNow()

What is the expected output? What do you see instead?

I expect that printNow should work, but instead I get the error 

The error was:printNow
Name not found globally.

What version of the product are you using? On what operating system?

JES 4.3 on Mac OS X 10.7.4

Please provide any additional information below.

In short, we'd like to be able to import user python files, but it's not 
working as described above.

Original issue reported on code.google.com by cam.macd...@gmail.com on 29 Oct 2012 at 10:47