[reportlab-users] _rl_accel location

Ury Marshak reportlab-users@reportlab.com
Tue, 22 Apr 2003 17:27:10 +0200


> I'm not sure I know how to make distutils refer to the eventual package
> directory as the target for the binary extensions. 
try changing the line


ext_modules = [Extension( '_rl_accel',



to



ext_modules = [Extension( 'reportlab.lib._rl_accel',



Just tried it on windows, works ok :)



Ury