|
PyStartup
|
Previous Top Next |
| Entry | Description
|
| Import | The module or package to import. Do not specify the file extension. The module name specified should be the same that you would use in a Python import statement. The module or package must be in the Python search path to be loaded successfully.
|
| Exec | This entry executes the Python statement listed. This is especially useful to import startup files into the __main__ namespace. Please check the FAQ for more details on how to configure startup behavior.
|