[Twisted-Python] sub options in twisted applications
Manlio Perillo
manlio_perillo at libero.it
Sun Jun 11 14:31:25 MDT 2006
Jean-Paul Calderone ha scritto:
> [...]
>>>>> As JP said, .tac files *are* configuration, they don't *take*
>>>>> configuration.
>>>>
>>>> Ok, but I *can not* move .tac file in /etc/myapp/, as an example.
>>>>
>>>
>>> Why not? Try this:
>>>
>>> mv myapp.tac /etc/myapp/
>>>
>>
>>
>> I'm not sure...
>>
>> Usually myapp.tac have to import other (sub)modules, (sub)packages, data.
>> How can I handle this?
>>
>
> I don't understand how the location of the tac file matters.
>
Well, it does not matters if the application "package" is on the PYTHONPATH.
But I'm not sure about this, how should be installed a Twisted application?
Regards Manlio Perillo
More information about the Twisted-Python
mailing list