workspace
stringclasses
1 value
channel
stringclasses
1 value
sentences
stringlengths
1
3.93k
ts
stringlengths
26
26
user
stringlengths
2
11
sentence_id
stringlengths
44
53
timestamp
float64
1.5B
1.56B
__index_level_0__
int64
0
106k
pythondev
help
Well, may have found my problem
2017-07-28T15:59:59.628877
Myong
pythondev_help_Myong_2017-07-28T15:59:59.628877
1,501,257,599.628877
87,903
pythondev
help
Does anyone have any clue why Pyinstaller chooses to overwrite my specfile every time I save it then run again
2017-07-28T16:02:33.701704
Myong
pythondev_help_Myong_2017-07-28T16:02:33.701704
1,501,257,753.701704
87,904
pythondev
help
the specfile is generated for you to edit and use instead of passing parameters to pyinstaller
2017-07-28T16:14:15.011467
Suellen
pythondev_help_Suellen_2017-07-28T16:14:15.011467
1,501,258,455.011467
87,905
pythondev
help
It creates a spec unless you run it from a spec.
2017-07-28T16:14:25.016065
Meghan
pythondev_help_Meghan_2017-07-28T16:14:25.016065
1,501,258,465.016065
87,906
pythondev
help
i.e. you create a spec and then do `pyinstaller main.spec`
2017-07-28T16:14:32.019031
Suellen
pythondev_help_Suellen_2017-07-28T16:14:32.019031
1,501,258,472.019031
87,907
pythondev
help
Instead of specifying the .py file specify .spec
2017-07-28T16:14:39.021935
Meghan
pythondev_help_Meghan_2017-07-28T16:14:39.021935
1,501,258,479.021935
87,908
pythondev
help
gotcha
2017-07-28T16:17:57.109172
Myong
pythondev_help_Myong_2017-07-28T16:17:57.109172
1,501,258,677.109172
87,909
pythondev
help
Trying to add `python35.dll` to the dir
2017-07-28T16:19:29.148893
Myong
pythondev_help_Myong_2017-07-28T16:19:29.148893
1,501,258,769.148893
87,910
pythondev
help
no luck
2017-07-28T16:19:32.150277
Myong
pythondev_help_Myong_2017-07-28T16:19:32.150277
1,501,258,772.150277
87,911
pythondev
help
`binaries=[('C:\\Users\\kybowman\\AppData\\Local\\Programs\\Python\\Python35\\python35.dll', 'python35.dll')],`
2017-07-28T16:19:51.158371
Myong
pythondev_help_Myong_2017-07-28T16:19:51.158371
1,501,258,791.158371
87,912
pythondev
help
Just another one of those days
2017-07-28T16:23:35.256037
Myong
pythondev_help_Myong_2017-07-28T16:23:35.256037
1,501,259,015.256037
87,913
pythondev
help
Why would you need to do that? I didn't have to do anything along those lines to distribute Windows compiled scripts.
2017-07-28T16:24:14.273899
Meghan
pythondev_help_Meghan_2017-07-28T16:24:14.273899
1,501,259,054.273899
87,914
pythondev
help
I have absolutely no clue
2017-07-28T16:24:58.293181
Myong
pythondev_help_Myong_2017-07-28T16:24:58.293181
1,501,259,098.293181
87,915
pythondev
help
Not sure what else needs to go in there to not get missing Python35.dll
2017-07-28T16:25:29.307126
Myong
pythondev_help_Myong_2017-07-28T16:25:29.307126
1,501,259,129.307126
87,916
pythondev
help
The dll is literally in there with the `.exe` and it's attempting to pull it from somewhere else
2017-07-28T16:25:48.315545
Myong
pythondev_help_Myong_2017-07-28T16:25:48.315545
1,501,259,148.315545
87,917
pythondev
help
Found a google group post regarding `vcredist`
2017-07-28T16:29:29.411998
Myong
pythondev_help_Myong_2017-07-28T16:29:29.411998
1,501,259,369.411998
87,918
pythondev
help
Are you compiling on Windows?
2017-07-28T16:33:23.516553
Meghan
pythondev_help_Meghan_2017-07-28T16:33:23.516553
1,501,259,603.516553
87,919
pythondev
help
Yeah
2017-07-28T16:34:15.539001
Myong
pythondev_help_Myong_2017-07-28T16:34:15.539001
1,501,259,655.539001
87,920
pythondev
help
I'm still wondering about the MEI thing because what happens is when I run it it says the DLL can't be found in c:/.../temp/pyinstaller/_MEIxxxx/python35.dll
2017-07-28T16:35:00.558492
Myong
pythondev_help_Myong_2017-07-28T16:35:00.558492
1,501,259,700.558492
87,921
pythondev
help
Are you expecting it will be there?
2017-07-28T16:43:20.771177
Meghan
pythondev_help_Meghan_2017-07-28T16:43:20.771177
1,501,260,200.771177
87,922
pythondev
help
No I am not at all
2017-07-28T16:43:26.773393
Myong
pythondev_help_Myong_2017-07-28T16:43:26.773393
1,501,260,206.773393
87,923
pythondev
help
I have no clue where it gets that path from
2017-07-28T16:43:30.775368
Myong
pythondev_help_Myong_2017-07-28T16:43:30.775368
1,501,260,210.775368
87,924
pythondev
help
pyinstaller with the onefile flag should really be including that with it.
2017-07-28T16:43:38.778360
Meghan
pythondev_help_Meghan_2017-07-28T16:43:38.778360
1,501,260,218.77836
87,925
pythondev
help
That path is where your files are extracted to.
2017-07-28T16:43:46.782152
Meghan
pythondev_help_Meghan_2017-07-28T16:43:46.782152
1,501,260,226.782152
87,926
pythondev
help
``` def resource_path(relative_path): """ Get absolute path to resource, works for dev and for PyInstaller This is used to find included data files in pyinstaller version pyinstaller makes an environment variable? that has path to the included data files any hardcoded path should use this function as open(resource_path('/templates/my.template')) Do not use this for user entered files, such as the mcot csv or for outputted files """ if hasattr(sys, '_MEIPASS'): return os.path.join(sys._MEIPASS, relative_path) return os.path.join(os.path.abspath("."), relative_path) ``` This is what I've used to access included files, such as textfsm templates.
2017-07-28T16:44:34.802181
Meghan
pythondev_help_Meghan_2017-07-28T16:44:34.802181
1,501,260,274.802181
87,927
pythondev
help
Where should this go?
2017-07-28T16:44:52.810172
Myong
pythondev_help_Myong_2017-07-28T16:44:52.810172
1,501,260,292.810172
87,928
pythondev
help
Top of main file?
2017-07-28T16:44:59.812721
Myong
pythondev_help_Myong_2017-07-28T16:44:59.812721
1,501,260,299.812721
87,929
pythondev
help
Or hook
2017-07-28T16:45:08.816976
Myong
pythondev_help_Myong_2017-07-28T16:45:08.816976
1,501,260,308.816976
87,930
pythondev
help
No, you use that in your open lines.
2017-07-28T16:45:27.825146
Meghan
pythondev_help_Meghan_2017-07-28T16:45:27.825146
1,501,260,327.825146
87,931
pythondev
help
Example: ``` with open(resource_path('templates/jinja2/evc-map.jinja')) as f: template = f.read() jinja = Template(template) ```
2017-07-28T16:45:50.834879
Meghan
pythondev_help_Meghan_2017-07-28T16:45:50.834879
1,501,260,350.834879
87,932
pythondev
help
But, with your missing dll, something else is going wrong.
2017-07-28T16:46:08.842290
Meghan
pythondev_help_Meghan_2017-07-28T16:46:08.842290
1,501,260,368.84229
87,933
pythondev
help
Have you tried to compile something simple to see if that works?
2017-07-28T16:46:34.853541
Meghan
pythondev_help_Meghan_2017-07-28T16:46:34.853541
1,501,260,394.853541
87,934
pythondev
help
Yes I'm using a simple helloworld.py script it works fine
2017-07-28T16:47:33.878635
Myong
pythondev_help_Myong_2017-07-28T16:47:33.878635
1,501,260,453.878635
87,935
pythondev
help
That's really weird. The only issues I ran into with pyinstaller were that it wasn't ready for 3.6 and I had to use the dev version, and with one of my tools for some reason it couldn't figure out the imports so I had to manually specify every single import.
2017-07-28T16:49:55.937523
Meghan
pythondev_help_Meghan_2017-07-28T16:49:55.937523
1,501,260,595.937523
87,936
pythondev
help
Yeah I had to downgrade to 3.5.3
2017-07-28T16:50:06.941895
Myong
pythondev_help_Myong_2017-07-28T16:50:06.941895
1,501,260,606.941895
87,937
pythondev
help
Okay so given the code to grab the _MEIPASS envar, where exactly do I need to be putting the code within open lines
2017-07-28T16:51:44.981941
Myong
pythondev_help_Myong_2017-07-28T16:51:44.981941
1,501,260,704.981941
87,938
pythondev
help
The function I gave you is if you need to open an included file. For example if you have templates or html you include in the package.
2017-07-28T16:52:32.001479
Meghan
pythondev_help_Meghan_2017-07-28T16:52:32.001479
1,501,260,752.001479
87,939
pythondev
help
You can't use that for the python dll, because nothing is going to happen without that dll.
2017-07-28T16:52:49.007756
Meghan
pythondev_help_Meghan_2017-07-28T16:52:49.007756
1,501,260,769.007756
87,940
pythondev
help
Yeah makes sense. But I just dont get this error at all. I've found so many posts on it in 2 hours and I'm just lost
2017-07-28T16:53:48.031647
Myong
pythondev_help_Myong_2017-07-28T16:53:48.031647
1,501,260,828.031647
87,941
pythondev
help
How do you have pyinstaller installed?
2017-07-28T16:54:10.040532
Meghan
pythondev_help_Meghan_2017-07-28T16:54:10.040532
1,501,260,850.040532
87,942
pythondev
help
through pip
2017-07-28T16:54:23.046326
Myong
pythondev_help_Myong_2017-07-28T16:54:23.046326
1,501,260,863.046326
87,943
pythondev
help
In a virtual environment?
2017-07-28T16:54:56.060414
Meghan
pythondev_help_Meghan_2017-07-28T16:54:56.060414
1,501,260,896.060414
87,944
pythondev
help
Yes
2017-07-28T16:55:25.072428
Myong
pythondev_help_Myong_2017-07-28T16:55:25.072428
1,501,260,925.072428
87,945
pythondev
help
Well, you could make a short script that prints the location of the MEIPASS directory then pauses for input, then go there and see what is extracted. I don't know if it extracts the dll file and libraries there or not though.
2017-07-28T16:56:27.098730
Meghan
pythondev_help_Meghan_2017-07-28T16:56:27.098730
1,501,260,987.09873
87,946
pythondev
help
something like print(sys.MEIPASS)
2017-07-28T16:57:59.137878
Myong
pythondev_help_Myong_2017-07-28T16:57:59.137878
1,501,261,079.137878
87,947
pythondev
help
oh man i might have got it. closing my eyes one sec
2017-07-28T17:07:08.369485
Myong
pythondev_help_Myong_2017-07-28T17:07:08.369485
1,501,261,628.369485
87,948
pythondev
help
NOPE. sweet
2017-07-28T17:07:28.378084
Myong
pythondev_help_Myong_2017-07-28T17:07:28.378084
1,501,261,648.378084
87,949
pythondev
help
Well I think i give up for now before I go crazy
2017-07-28T17:14:59.552204
Myong
pythondev_help_Myong_2017-07-28T17:14:59.552204
1,501,262,099.552204
87,950
pythondev
help
<https://github.com/pyinstaller/pyinstaller/issues/1566> I'm giving up for now
2017-07-28T17:22:53.725906
Myong
pythondev_help_Myong_2017-07-28T17:22:53.725906
1,501,262,573.725906
87,951
pythondev
help
I need some help getting to figure out how to add and delete to an array without resetting the array back to what it was
2017-07-29T00:06:27.349107
Susanne
pythondev_help_Susanne_2017-07-29T00:06:27.349107
1,501,286,787.349107
87,952
pythondev
help
"resetting the array back to what it was" ?
2017-07-29T00:26:34.430181
Levi
pythondev_help_Levi_2017-07-29T00:26:34.430181
1,501,287,994.430181
87,953
pythondev
help
<@Susanne> can you reword that and maybe provide some code?
2017-07-29T00:46:15.505846
Deedee
pythondev_help_Deedee_2017-07-29T00:46:15.505846
1,501,289,175.505846
87,954
pythondev
help
does anyone have experience with async tasks in django?
2017-07-29T08:04:38.042810
Kirby
pythondev_help_Kirby_2017-07-29T08:04:38.042810
1,501,315,478.04281
87,955
pythondev
help
do you get what I am saying <@Levi> <@Deedee> ?
2017-07-29T08:05:22.045674
Susanne
pythondev_help_Susanne_2017-07-29T08:05:22.045674
1,501,315,522.045674
87,956
pythondev
help
try <#C0LMFRMB5|django> <@Kirby>. Ask your question there and someone will answer you if possible
2017-07-29T08:36:21.168645
Mariano
pythondev_help_Mariano_2017-07-29T08:36:21.168645
1,501,317,381.168645
87,957
pythondev
help
Hi
2017-07-29T10:23:13.645189
Cassaundra
pythondev_help_Cassaundra_2017-07-29T10:23:13.645189
1,501,323,793.645189
87,958
pythondev
help
<@Susanne> I don't understand what you are trying to do. Can you create a very small example that illustrates what you want? The code you listed here is too long and contains a lot of extra details that have nothing to do with your current question.
2017-07-29T10:25:01.654457
Sidney
pythondev_help_Sidney_2017-07-29T10:25:01.654457
1,501,323,901.654457
87,959
pythondev
help
Is there a way to Click on "More" button in Review section in this website and scrape the data using Python and Selenium The website is <https://www.tripadvisor.com.ar/Hotel_Review-g294314-d2568957-Reviews-Belmond_Palacio_Nazarenas-Cusco_Cusco_Region.html#REVIEWS>
2017-07-29T10:25:19.656223
Cassaundra
pythondev_help_Cassaundra_2017-07-29T10:25:19.656223
1,501,323,919.656223
87,960
pythondev
help
Yes, there is a way.
2017-07-29T10:26:00.659520
Sidney
pythondev_help_Sidney_2017-07-29T10:26:00.659520
1,501,323,960.65952
87,961
pythondev
help
What have you tried? What problems have you encountered?
2017-07-29T10:26:18.661114
Sidney
pythondev_help_Sidney_2017-07-29T10:26:18.661114
1,501,323,978.661114
87,962
pythondev
help
*Error Message* ''' D:\Vishal\Python&gt;python tripadvisorreview.py File "tripadvisorreview.py", line 9 SyntaxError: Non-ASCII character '\xc3' in file tripadvisorreview.py on line 9, but no encoding declared; see <http://python.org/dev/peps/pep-0263/> for details '''
2017-07-29T10:27:51.668609
Cassaundra
pythondev_help_Cassaundra_2017-07-29T10:27:51.668609
1,501,324,071.668609
87,963
pythondev
help
I'm trying to extend the User model and have that incorporated into Django Admin. For example add a phone number. I added this to models: `models.py` ``` class UserProfile(AbstractUser): phone = models.CharField(max_length=40, unique=True) REQUIRED_FIELDS = ['phone'] ``` and in `setting.py` ``` AUTH_USER_MODEL = 'MyApp.UserProfile' ``` but I'm getting the error `django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 'MyApp.UserProfile' that has not been installed` Anyone know what I'm doing wrong, here?
2017-07-29T12:17:44.246222
Gregory
pythondev_help_Gregory_2017-07-29T12:17:44.246222
1,501,330,664.246222
87,964
pythondev
help
<@Susanne> are you using 2.7 or 3.x?
2017-07-29T12:29:46.309330
Deedee
pythondev_help_Deedee_2017-07-29T12:29:46.309330
1,501,331,386.30933
87,965
pythondev
help
3.x
2017-07-29T13:33:35.647181
Susanne
pythondev_help_Susanne_2017-07-29T13:33:35.647181
1,501,335,215.647181
87,966
pythondev
help
<@Gregory> is related app added to INSTALLED_APPS?
2017-07-29T13:47:36.718142
Denna
pythondev_help_Denna_2017-07-29T13:47:36.718142
1,501,336,056.718142
87,967
pythondev
help
<@Susanne> also, see if you can put that while loop somewhere else. Maybe fore the condition checks. So while not in the list of acceptables, repeat the question, otherwise check. Refering to line 21.
2017-07-29T13:54:16.751919
Deedee
pythondev_help_Deedee_2017-07-29T13:54:16.751919
1,501,336,456.751919
87,968
pythondev
help
<@Gregory> Try <#C0LMFRMB5|django> or <#C0W0D17MJ|django_learning> channels. There are some really seasoned Django devs in there. Just share your question into one of those 2 and sit back and wait for the magic to happen.
2017-07-29T14:03:35.801834
Deedee
pythondev_help_Deedee_2017-07-29T14:03:35.801834
1,501,337,015.801834
87,969
pythondev
help
<@Gregory> I believe <@Denna> is correct, double check that the new app is listed in your `INSTALLED_APPS` - if that isn't it, come join us in <#C0LMFRMB5|django>
2017-07-29T14:05:17.811022
Beula
pythondev_help_Beula_2017-07-29T14:05:17.811022
1,501,337,117.811022
87,970
pythondev
help
before the condition checks?
2017-07-29T14:10:04.835132
Susanne
pythondev_help_Susanne_2017-07-29T14:10:04.835132
1,501,337,404.835132
87,971
pythondev
help
What would you suggest I do for line 21?
2017-07-29T14:10:42.838412
Susanne
pythondev_help_Susanne_2017-07-29T14:10:42.838412
1,501,337,442.838412
87,972
pythondev
help
ok so back to my original question, what can I do in my original code to continously go through the program and not reset the list all over again?
2017-07-29T14:11:52.844402
Susanne
pythondev_help_Susanne_2017-07-29T14:11:52.844402
1,501,337,512.844402
87,973
pythondev
help
get user_input. while user_input not in valid_results, print error, ask for input again. if input in valid_results, continue on w/ conditional checks (`if user_input == 'a'...`)
2017-07-29T14:12:46.848710
Deedee
pythondev_help_Deedee_2017-07-29T14:12:46.848710
1,501,337,566.84871
87,974
pythondev
help
Ok I fixed it
2017-07-29T14:14:31.857541
Susanne
pythondev_help_Susanne_2017-07-29T14:14:31.857541
1,501,337,671.857541
87,975
pythondev
help
what can I do in my original code to continously go through my program and not have to reset the list all over again each time I run it through?
2017-07-29T14:16:08.865867
Susanne
pythondev_help_Susanne_2017-07-29T14:16:08.865867
1,501,337,768.865867
87,976
pythondev
help
Where is 'the list'? What line number? When does it 'reset'? There are a couple of people who have already suggested that the question is unclear and that the 150 lines of code sort of distract from the core issue.
2017-07-29T14:17:53.874496
Deedee
pythondev_help_Deedee_2017-07-29T14:17:53.874496
1,501,337,873.874496
87,977
pythondev
help
And really, b/c this: ``` else: while ret not in ('r', 'x'): ret = input("Press R to return or X to exit") ``` is all over the place, I would consider trying this approach ``` get user_input. while user_input not in valid_results, print error, ask for input again. only when input in valid_results, continue through to conditional checks (`if user_input == 'a'...`) ```
2017-07-29T14:19:35.883157
Deedee
pythondev_help_Deedee_2017-07-29T14:19:35.883157
1,501,337,975.883157
87,978
pythondev
help
It's in line 24 or 25
2017-07-29T14:22:14.896649
Susanne
pythondev_help_Susanne_2017-07-29T14:22:14.896649
1,501,338,134.896649
87,979
pythondev
help
Under the books (selection) function
2017-07-29T14:22:48.899482
Susanne
pythondev_help_Susanne_2017-07-29T14:22:48.899482
1,501,338,168.899482
87,980
pythondev
help
Oh I understand now
2017-07-29T14:23:47.904224
Susanne
pythondev_help_Susanne_2017-07-29T14:23:47.904224
1,501,338,227.904224
87,981
pythondev
help
lines 31 and 32 are resetting the lists. The list of books and costs gets dropped down to original
2017-07-29T14:23:50.904440
Deedee
pythondev_help_Deedee_2017-07-29T14:23:50.904440
1,501,338,230.90444
87,982
pythondev
help
lists when that function is called.
2017-07-29T14:24:01.905212
Deedee
pythondev_help_Deedee_2017-07-29T14:24:01.905212
1,501,338,241.905212
87,983
pythondev
help
that call happens in lines 24/25
2017-07-29T14:24:32.907945
Deedee
pythondev_help_Deedee_2017-07-29T14:24:32.907945
1,501,338,272.907945
87,984
pythondev
help
Right and I'm trying to figure out how to fix that problem
2017-07-29T14:27:38.923741
Susanne
pythondev_help_Susanne_2017-07-29T14:27:38.923741
1,501,338,458.923741
87,985
pythondev
help
change last line to ``` if __name__ == '__main__': main() ``` Move menu() in line 3 to line 2. Break off the menu part into its own function where it outputs menu options text. Look into how to pass lists to functions, as you are doing with `selection`
2017-07-29T14:28:56.930626
Deedee
pythondev_help_Deedee_2017-07-29T14:28:56.930626
1,501,338,536.930626
87,986
pythondev
help
Name?
2017-07-29T14:31:14.943753
Susanne
pythondev_help_Susanne_2017-07-29T14:31:14.943753
1,501,338,674.943753
87,987
pythondev
help
I dont have that anywhere
2017-07-29T14:31:19.944255
Susanne
pythondev_help_Susanne_2017-07-29T14:31:19.944255
1,501,338,679.944255
87,988
pythondev
help
Right now lines 1 - 3 don't really do anything. Your program runs b/c you call menu() at the end. Instead, call main(), which in turn calls menu()
2017-07-29T14:34:11.957963
Deedee
pythondev_help_Deedee_2017-07-29T14:34:11.957963
1,501,338,851.957963
87,989
pythondev
help
Also, try this <@Susanne>
2017-07-29T14:55:26.064983
Deedee
pythondev_help_Deedee_2017-07-29T14:55:26.064983
1,501,340,126.064983
87,990
pythondev
help
name is a built-in that is defined by the python interpreter (I'm jumping in late, but I think that's what you had asked)
2017-07-29T14:55:55.067303
Denny
pythondev_help_Denny_2017-07-29T14:55:55.067303
1,501,340,155.067303
87,991
pythondev
help
:point_up:
2017-07-29T14:57:10.073288
Deedee
pythondev_help_Deedee_2017-07-29T14:57:10.073288
1,501,340,230.073288
87,992
pythondev
help
What does name do?
2017-07-29T15:14:23.160997
Susanne
pythondev_help_Susanne_2017-07-29T15:14:23.160997
1,501,341,263.160997
87,993
pythondev
help
this
2017-07-29T15:14:45.162651
Deedee
pythondev_help_Deedee_2017-07-29T15:14:45.162651
1,501,341,285.162651
87,994
pythondev
help
It's an ugly thing that we have to accept lol
2017-07-29T15:16:11.169570
Deedee
pythondev_help_Deedee_2017-07-29T15:16:11.169570
1,501,341,371.16957
87,995
pythondev
help
And that's it? That's a little vague
2017-07-29T15:16:58.173443
Susanne
pythondev_help_Susanne_2017-07-29T15:16:58.173443
1,501,341,418.173443
87,996
pythondev
help
I use main to call functions menu and register
2017-07-29T15:17:46.177191
Susanne
pythondev_help_Susanne_2017-07-29T15:17:46.177191
1,501,341,466.177191
87,997
pythondev
help
<@Susanne> Here is the python doc on it: <https://docs.python.org/3/library/__main__.html>
2017-07-29T15:18:42.181790
Beula
pythondev_help_Beula_2017-07-29T15:18:42.181790
1,501,341,522.18179
87,998
pythondev
help
And a little more info from SO: <https://stackoverflow.com/a/419185/1584762>
2017-07-29T15:18:59.183286
Beula
pythondev_help_Beula_2017-07-29T15:18:59.183286
1,501,341,539.183286
87,999
pythondev
help
lines 1 - 3? ``` def main(): menu() ```
2017-07-29T15:20:20.190034
Deedee
pythondev_help_Deedee_2017-07-29T15:20:20.190034
1,501,341,620.190034
88,000
pythondev
help
Well I just sent you the relevant code for the problem
2017-07-29T16:01:49.383749
Susanne
pythondev_help_Susanne_2017-07-29T16:01:49.383749
1,501,344,109.383749
88,001
pythondev
help
I was having
2017-07-29T16:01:56.384283
Susanne
pythondev_help_Susanne_2017-07-29T16:01:56.384283
1,501,344,116.384283
88,002