Hi, Jeff,
I tried to open the IronPython solution file using Visual Studio 2010 Pro and
2012 Express for Desktop. Both failed to open the IronPython, IronPython and
IronPython.SQLite projects with the following error messages:
D:\Contribs\Ironpython\ironpython-only\Src\IronPython\IronPython.cs
I did most of the work on my MacBook, just running MSBuild from the
command line; it might still need some tweaking to work from VS. The
main thing is making sure all of the properties are set when just
loading the projects (not using Build.proj as a wrapper). If you look
in the .csproj file, it tr
Hi, Jeff,
Okay, I'll try to have a look at it later.
I've got mixed results with MonoDevelop/Xamarin Studio in the past, including
crashes while trying to load "normal" solution files (which work fine with VS,
VS Express, MSBuild, VisualBuild and SharpDevelop)...
Best regards
Markus Schaber
Have no problems with either IronPython.sln or Git here
at HEAD ed928f6b39bff20a2f60225193b459581b9b756e
with VS 2010 Ultimate and TortoiseGit 1.8.5.0 .
-Original Message-
From: Markus Schaber
Sent: Tuesday, February 4, 2014 12:21
To: Jeff Hardy
Cc:
Subject: [Ironpython-users] Splitting
Hi,
Von: Ironpython-users [mailto:ironpython-users-
> Have no problems with either IronPython.sln or Git here at HEAD
> ed928f6b39bff20a2f60225193b459581b9b756e
> with VS 2010 Ultimate and TortoiseGit 1.8.5.0 .
It seems you're at a different repository.
On my machine, the IronPython only reposit
Hi there, new to IronPython, but 5+ years user of CPython.
I've done some googling already, but cannot seem to find whether or not the
Python std lib module "multiprocessing" is intended to be used in
IronPython or not.
1. Is there a web page describing exactly what python standard modules are
av
I pushed some updates to the repo that should make it work now. One
piece that is currently missing is the DLR assemblies. To get those,
download https://www.dropbox.com/s/bpg05pk50xyadgz/dlr-1.5.0.zip and
copy the 'lib' directory (in dlr-1.5.0) to
Util\References\DynamicLanguageRuntime.1.5.0 (that