Re: Python and D (PyD)

2017-12-05 Thread Fat_Umpalumpa via Digitalmars-d-learn
Omg this was working a few days ago just fine! Now I can't even start the histogram example! I haven't changed the code and I know this worked a week ago. dub still builds the program, however now when running the program, I get an error

Re: Python and D (PyD)

2017-11-28 Thread Fat_Umpalumpa via Digitalmars-d-learn
you need to tell the compiler where to look to find pyd (which it can't find in '/Library/D/dmd/src/phobos' or '/Library/D/dmd/src/druntime/import'). If you are invoking the compiler yourself use the `-I` switch (`-Ipath/to/pyd`). Or if you are using dub (I recommend this) make sure that is is

Python and D (PyD)

2017-11-28 Thread Fat_Umpalumpa via Digitalmars-d-learn
Hello, I have searched these forums a bit to see if it is possible to use python libraries such as matplotlib which I have enough experience with, and wish to continue using this wonderful library within D. Maybe there are great D graphing libraries, but I have zero experience with them. I

Re: Tango + D2 + Mac

2017-10-16 Thread Fat_Umpalumpa via Digitalmars-d-learn
On Tuesday, 17 October 2017 at 03:25:53 UTC, Neia Neutuladh wrote: I take it you're using https://github.com/SiegeLord/Tango-D2 ? I tried it out about a year ago and it worked, but your mileage may vary. For the most part, Phobos and various Dub packages have superseded it. Tango's main

Tango + D2 + Mac

2017-10-16 Thread Fat_Umpalumpa via Digitalmars-d-learn
I am having a lot of trouble trying to install Tango to use with D2 on my mac os Sierra. Is this even possible? Thanks!