leondz / cavat

Automatically exported from code.google.com/p/cavat
3 stars 1 forks source link

Add user setup #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create installation script than can set up a MySQL user for CAVaT and write an 
ini file.

Original issue reported on code.google.com by leo...@gmail.com on 21 Sep 2010 at 3:06

GoogleCodeExporter commented 9 years ago
Is the package meant to include pyparsing? 

I downloaded and unzipped "cavat.20110704.tar.bz2" and had a look at the README.

I am wondering whether the package is missing a module or whether I have 
misunderstood the readme.

In the cavat directory I typed in "python cavat.py"

I got the following error message:

$ python cavat.py

Traceback (most recent call last):

  File "cavat.py", line 16, in <module>

    from pyparsing import ParseException

ImportError: No module named pyparsing

Is the package meant to include pyparsing?

I don't know whether the init file was meant to set up the directory for 
testing a TimeML corpus, but I thought maybe the error occurred because

I was supposed to have loaded a TimeML corpus first.   I have a corpus,

but since I cant get the cavat prompt, I am not able to import the corpus as 
instructed in the ReadMe. 

Just FYI, your code google page that there is help included in the program as 
well as the ReadMe, but I found no help within the package, nor could I invoke 
any on the command land with " -h" or "-help".

Please advise as to how to rectify the situation - I don't want to miss the 
August 31st deadline!

Thanks in advance

Original comment by ruth.m.r...@gmail.com on 2 Aug 2011 at 7:44

GoogleCodeExporter commented 9 years ago
Hi,

You will need to install PyParsing as a separate package - which operating 
system do you use? There are some installation instructions for it at this URL: 
http://pyparsing.wikispaces.com/Download+and+Installation

The help is all on-line once the tool is running, which isn't of much 
assistance to you right now; one can type "help" and then things in the form of 
"help *command*". I will clarify the page.

You may be pleased to hear that the current code includes more friendly 
messages in the case of missing modules; this version hasn't yet been packaged 
as a download, but is available via hg.

Original comment by l...@dcs.shef.ac.uk on 2 Aug 2011 at 7:52