[Zope] How can I import python script into another python script?

2006-08-31 Thread Ferhat Ayaz
Hi, I have a Script (Python) called 'functions'. I want to import this script into another Script (Python). import Include.Functions.requests says import of Include.Functions.requests is unauthorized Where am I wrong? Thanks, Ferhat __ Do You

Re: [Zope] How can I import python script into another python script?

2006-08-31 Thread Gabriel Genellina
At Thursday 31/8/2006 18:11, Ferhat Ayaz wrote: I have a Script (Python) called 'functions'. I want to import this script into another Script (Python). import Include.Functions.requests says import of Include.Functions.requests is unauthorized You don't import it; you can reference it as