On 23 avr, 18:14, Dan Savilonis <
d...@n-cube.org> wrote:
> Thanks. I actually was originally looking for the source in order to
> fix a problem I had with the web installer on Windows 7. Of course
> this is moot if there is no longer a web installer.
It's still there in Python(x,y) sources but it's very buggy and badly
written (with script-based language "AutoIt"). Everything was wrote in
a hurry almost 2 years ago... things I'm really not proud of ;-)
> However, I was thinking we could move the installer sources into a
> public repository, separate from the binaries. The binaries could be
> listed in a manifest which a script would use to recreate the full
> build environment. Would you be interested in doing this? I'm willing
> to help, I just wanted to wait for the latest sources before I
> started.
Yes I'd be interested, that's a good idea. Things are not moving very
fast regarding Python(x,y) sources because I'm dedicating almost all
my free time to Spyder development for a year and a half now.
Latest sources are already available on the NTUA mirror site.
However I think I could do some clean up to make things easier for you
-- as I wrote above, everything was wrote in a hurry, meaning that
it's a complete mess. Some things are automated with AutoIt or (more
recenty) Python scripts. But so much more could be automated with not
too much efforts. And a lot of things need to be reorganized: when
looking at the sources, do not always try to find a reason of how
things are organized/done... because most of the time, choices were
made either to gain some time or to adapt old things to implement new
features. Anyway, it's a mess :-)
Now I won't be available at 100% in the next 2/3 weeks because I'm
moving out from my appartment and I'm concentrating on stabilizing
Spyder v1.1 (currently in beta test).
Thanks for your proposition.
Pierre