-
```
What steps will reproduce the problem?
1. Download WinPython-64bit-3.3.2.3
2. >c:\WinPython-64bit-3.3.2.3\python-3.3.2.amd64\python
3. import scipy.sparse
What is the expected output? What do you…
-
```
From the winpython distribution, it looks like winpython is a self-contained
portable python distribution. As such, one would expect to be able to run it on
any machine (e.g., bringing it around…
-
.settings/winpython.ini
WINPYWORKDIR
.scripts/winipython_notebook.bat
@echo off
call "%~dp0env_for_icons.bat" %*
cd/D "%WINPYWORKDIR1%"
"%WINPYDIR%\scripts\jupyter-notebook.exe" %*
cd/D "%W…
-
Request add **Cmder** into winpython.
https://github.com/cmderdev/cmder
-
How can I compile a python library with MSVC? There is the following code in pyconfig.h line 292:
```C
# if defined(_DEBUG)
# pragma comment(lib,"python36_d.lib")
# elif defined(Py_LIMITED_…
-
```
What steps will reproduce the problem?
1. Install winpython-64-2.7.5.1
2. Open winpython folder
3. Double click winpython control panel
What is the expected output? What do you see instead?
I exp…
-
Hi,
everytime I run MarkWrite.bat in a folder path with non-ascii characters like ö, ä, ü (i.e. in the home directory of a windows user with ä, ö, ü in his name like me) MarkWrite won't start and I…
-
```
What steps will reproduce the problem?
1. Install winpython-64-2.7.5.1
2. Open winpython folder
3. Double click winpython control panel
What is the expected output? What do you see instead?
I exp…
-
#### Description
I am getting an assertionError when running models.LdaMulticore with large values for chunksize
#### Steps/Code/Corpus to Reproduce
Run the following code on the [gutenberg c…
-
Hey,
I can't install hddm using pip on python 3.5.2.2, windows 10 64x (I'm using WinPyhon).
Do you have any idea on why is this erroring?
Thanks a lot!
Here's the full error log:
```
Re…