Re: [julia-users] New to Julia - Need some basic help

2016-09-03 Thread Pigskin Ablanket
h have a lot of binary dependencies (i.e. ones that link to > C/C++ libraries) will require some form of building. > > On Saturday, September 3, 2016 at 10:49:36 AM UTC-7, Pigskin Ablanket > wrote: >> >> Haha - good question. Didnt know what Pkg.Build("Cairo")

Re: [julia-users] New to Julia - Need some basic help

2016-09-03 Thread Pigskin Ablanket
September 3, 2016 at 8:33:16 AM UTC-7, Pigskin Ablanket wrote: >> >> So I tried all of this, but it looks like there was an error loading the >> TK package. When I went to use Tk I got the following error message: >> >> ERROR: LoadError: Cairo Package not properly ins

Re: [julia-users] New to Julia - Need some basic help

2016-09-03 Thread Pigskin Ablanket
rtcut you made >> # that code file should load and run >> >> >> On Wednesday, August 24, 2016 at 7:57:30 AM UTC-4, j verzani wrote: >>> >>> I haven't tested it on Windows, but the `Tk` package has `GetOpenFile()` >>> that should allow for a

Re: [julia-users] New to Julia - Need some basic help

2016-08-24 Thread Pigskin Ablanket
the file using its filename without the > full path. If that is easy for you, it is probably best. An alternative > is to do it with code. Let me know if you need that. > > On Monday, August 22, 2016 at 5:06:33 PM UTC-4, Pigskin Ablanket wrote: >> >> No problem. If

Re: [julia-users] New to Julia - Need some basic help

2016-08-22 Thread Pigskin Ablanket
No problem. If you get a chance - great On Saturday, August 20, 2016 at 12:13:40 PM UTC-4, Jeffrey Sarnoff wrote: > > There is a way -- after the weekend. > > On Friday, August 19, 2016 at 8:04:58 PM UTC-4, Pigskin Ablanket wrote: >> >> I probably dont want to change t

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
e some/all file > names while changing the data inside? > > > On Friday, August 19, 2016 at 7:01:54 PM UTC-4, Pigskin Ablanket wrote: >> >> IT Works Thank you so much. Found my error in the code. >> >> I am curious if there is a way to shortcut the comman

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
Sarnoff wrote: > > Look correct? > > I will answer that after you try running it. > > > On Friday, August 19, 2016 at 6:19:33 PM UTC-4, Pigskin Ablanket wrote: >> >> Thanks for providing me so much help today - much appreciated. >> >> I copied the propertie

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
ould be using (and fix the paths in the code_for_Github.jl > file, too) > > > include("C:\\Users\\JHerron\\My_Documents\\My_Documents_Personal\\DFS_NHL\\Julia\\code_for_Github.jl") > > --- > > > On Friday, August 19, 2016 at 5:12:41 PM UTC-4, Pigskin Ablanket wrote: >&g

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
> > > include("C:\\Users\\JHerron\\My_Documents\\My_Documents_Personal\\DFS_NHL\\Julia\\code_for_Github.jl") > > --- > > > On Friday, August 19, 2016 at 5:12:41 PM UTC-4, Pigskin Ablanket wrote: >> >> Sadly, I get the following response from >> inclu

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
l:261* *in include_from_node1 at loading.jl:320* On Friday, August 19, 2016 at 4:49:16 PM UTC-4, Jeffrey Sarnoff wrote: > > the "i" in include should be lower case > > On Fri, Aug 19, 2016 at 3:17 PM, Pigskin Ablanket > wrote: > >> I tried Include("C:Users\\JHer

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
t; > > On Friday, August 19, 2016 at 1:47:59 PM UTC-4, Pigskin Ablanket wrote: >> >> Sorry if Im not following - I tried: >> >> Include("C:\Users\JHerron\My_Documents\My_Documents/ >> Personal\DFS/NHL\Julia/code_for_Github.jl") aas shown below and got *ERROR

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
to execute yet. On Friday, August 19, 2016 at 1:58:30 PM UTC-4, Steven G. Johnson wrote: > > > > On Friday, August 19, 2016 at 1:47:59 PM UTC-4, Pigskin Ablanket wrote: >> >> Sorry if Im not following - I tried: >> >> Include("C:\Users\JHerron\My_Document

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
: > > change all the forward slashes to back slashes (or double all the forward > slashes) in the filepaths in code_for_Github.jl > and when use include e.g. > C:\Users\JHerron\My_Documents\My_Documents/Personal\DFS/NHL\Julia/code_ > for_Github.jl > > On Fri, Aug 19, 2016 at 12:

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
Github.jl > and when use include e.g. > C:\Users\JHerron\My_Documents\My_Documents/Personal\DFS/NHL\Julia/code_ > for_Github.jl > > On Fri, Aug 19, 2016 at 12:47 PM, Pigskin Ablanket > wrote: > >> Thank you so much -- Ok - getting close. I made the changes as discussed:

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
at 11:36:31 AM UTC-4, Jeffrey Sarnoff wrote: >> >> hold on -- its not open() >> >> On Fri, Aug 19, 2016 at 11:35 AM, Pigskin Ablanket > > wrote: >> >>> I get a different error now. Open("code_for_github.jl") returns *ERROR: >>> Undef

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
ty (which is either a matter of installation or, more > likely, the permissions associated with your windows account [and you may > need to work that out with work]) > > On Friday, August 19, 2016 at 10:56:39 AM UTC-4, Pigskin Ablanket wrote: >> >> Ok, so it showed me th

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
- and not expect that to make any difference > with your difficulty (which is either a matter of installation or, more > likely, the permissions associated with your windows account [and you may > need to work that out with work]) > > On Friday, August 19, 2016 at 10:56:39 A

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
o work that out with work]) > > On Friday, August 19, 2016 at 10:56:39 AM UTC-4, Pigskin Ablanket wrote: >> >> Ok, so it showed me the following: >> C:\Users\Name\AppData\Local\Julia-0.4.6 >> >> Should I still run the update? >> >> On Friday, August 19,

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
C:\Users\Jeff\AppData\Local\Julia-0.5.0-rc2>exit() > > > julia> > > > > if you cannot do > run(`cmd`) > on a windows machine then the System Administrator needs to reinstall or > otherwise fix it > also, just for fun.. run Pkg.update() > > > On

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
-- LLUM: libLLUM-3.3 Its work computer On Friday, August 19, 2016 at 10:04:20 AM UTC-4, Jeffrey Sarnoff wrote: > > Please show me > julia> versioninfo() > > > On Friday, August 19, 2016 at 10:02:36 AM UTC-4, Pigskin Ablanket wrote: >> >> I get the same error: >

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
with this (in Julia, note the backtics are not single > quotes) > julia> run(`pwd`) > > On Friday, August 19, 2016 at 8:41:51 AM UTC-4, Pigskin Ablanket wrote: >> >> Ok - This makes sense to me...but: >> >> When I proceeded with julia>;pwd this is the r

[julia-users] Re: New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
is the http:// of that? > > > On Friday, August 19, 2016 at 6:09:05 AM UTC-4, Pigskin Ablanket wrote: >> >> Ok, I am trying to familiarize myself with a study published using Julia. >> I have Julia up and running, but cant seep to get the actual code open. >> >

Re: [julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
nt in home directory on linux) > > julia>open("/home/Filename.jl") > > I hope it helps :) > > > *Yours Sincerely,* > *Ayush Pandey* * <https://github.com/Ayush-iitkgp>* > ayush-iitkgp.github.io/ > > On Fri, Aug 19, 2016 at 1:54 PM, Pigskin Ablan

[julia-users] New to Julia - Need some basic help

2016-08-19 Thread Pigskin Ablanket
Ok, I am trying to familiarize myself with a study published using Julia. I have Julia up and running, but cant seep to get the actual code open. Here is what I done so far: julia> Pkg.add("JuMP") julia> Pkg.add("DataFrames") julia> Pkg.add("GLPKMathProgInterface") I believe I successfully add