[julia-users] Re: Juno stopped working - error message

2015-09-19 Thread JKPie
I have the same problem, I have spent couple of hours reinstalling Julia and Juno on Windows and Linux with no result. The code works fine, when I call it from command line directly. Please help it is freezing my work :/ J

[julia-users] new problem in Juno with TkWidget

2015-06-10 Thread JKPie
Hi, From one the latest update of Julia I started to have the following error after each line in Juno: TkWidget has no method matching TkWidget(::UTF8String,::ASCIIString) Do you have an idea how to fix it, the code works, but this 'result' is really annoying. thank you for help, Jakub

Re: [julia-users] string processing after readdlm

2015-04-13 Thread JKpie
it with the same structure and types (or just a function to process this substrings). J On Sunday, April 12, 2015 at 7:55:30 PM UTC+2, Mauro wrote: An example which can be copy-pasted would be helpful. M On Sun, 2015-04-12 at 16:47, JKpie fable...@gmail.com javascript: wrote: Hi

[julia-users] string processing after readdlm

2015-04-12 Thread JKpie
Hi, I am new Julia coder (I started to learn Julia two weeks ago). I have a problem with writedlm and readdlm functions. I have an array of vectors: Vector Array{Float32,N},4 When I try to save it using writedlm to txt file and next read that file using readdlm I obtain a matrix: Matrix Any,