http://www.reinteract.org/download/windows/Reinteract-0.5.10-python2.7.msi
I think the problem was simply some missing files that I didn't notice because I
never tested without removing the libraries I was using to build the installer
from my system. There are still some other remaining issues that need to be
fixed before 0.6.0, so I didn't bother with a Mac binary for 0.5.10.
- Owen
Detailed changes:
* Add export to PDF - new "Page Setup" and "Export to PDF..." menu items
* Allow figure objects to have a set_sidebar_width() method and resize
to the width of the sidebar.
* Store page setup options persistently in ~/.reinteract
* When completing in a statement that has already been executed, complete
to the variables from the current statement, not the previous statement.
* Clear error indications as soon as you start editing a statement.
* Fix file lists for Windows installer
* Emulate the Python core behavior more exactly in some complex import
situations (Reported by Alain Kalker, fixed by Robert Schroll, Me)
* Use a custom documentation formatter to avoid useless, extremely
long module docs (Robert Schroll)
* Miscellaneous bug fixes (Robert Schroll, Me)
http://download.reinteract.org/windows/Reinteract-0.5.10-python2.7.msi
Sorry about that,
- Owen
On Mon, Feb 13, 2012 at 8:24 AM, Rainer Schuster <Schuste...@web.de> wrote:
> The download link doesn't exist. I tried to figure out where the download is
> located but your fishsoup repo doesn't list any 0.5.10 msi ...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Reinteract" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/reinteract/-/j1DdLK4ATBgJ.
> To post to this group, send email to reint...@googlegroups.com.
> To unsubscribe from this group, send email to
> reinteract+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/reinteract?hl=en.
Reinteract does:
user_ext_path = os.path.expanduser(os.path.join('~', '.reinteract',
'modules'))
if os.path.exists(user_ext_path):
sys.path[0:0] = [user_ext_path]
So, check where os.path.expanduser("~") gives you - the docs for
expanduser say "On Windows, HOME and USERPROFILE will be used if set"
- so maybe HOME is pointing somewhere else?
> Is there a known working solution for using rehtml with gtkhtml2 on
> windows? I searched for a solution but only found a hint to a compiled file
> working with python25
gtkhtml2 is pretty much entirely unmaintained and unloved. Most people
doing Web embedding these days use WebkitGtk instead, but I'm not
immediately aware of a easy solution for python+webkitgtk+windows,
though you'll find some references if you google around for it.
- Owen
if start_line == self.page_start_line:
# current chunk overflows the page, nothing we can do
without more sophisticated
# logic to break up a single chunk when paginating,
just let the overflow happen
return
So known issue, but feel free to put a bug into bugzilla.gnome.org about it.
- Owen
> --
> You received this message because you are subscribed to the Google Groups
> "Reinteract" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/reinteract/-/fmRlD_DXRz8J.