Re: ReportLab 3.0 alpha 1 available - Python 2.7 & 3.3 support
Michael Hipp <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
On 2/6/2014 4:42 PM, Andy Robinson wrote: > It's good that this happened, as it is one thing we need to document. > > We used to have a file reportlab/rl_config.py containing a bunch of > settings and a bunch of code to apply them. This has now been split > so that rl_config.py does the loading, and rl_settings.py has the > defaults, and you can optionally supply a file of your own to override > it. I think you have to have 'local_rl_settings.py' anywhere on > your Python path. Thanks. I got it to work under PyInstaller. 3.0a1 is working well enough that I think I'll just continue using it in the little app I'm doing right now. I will shortly offer a pull request to PyInstaller to put in a couple of files that should enable it to find all the imports in RL. Michael